Test/node_modules/canvas-roundrect-polyfill/package.json
2026-04-09 22:54:00 +07:00

19 lines
414 B
JSON

{
"name": "canvas-roundrect-polyfill",
"version": "0.0.1",
"description": "CanvasRenderingContext2D.roundRect() and Path2D.roundRect() polyfill",
"main": "roundRect.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Kaiido/roundRect.git"
},
"keywords": [
"canvas",
"polyfill",
"roundRect"
],
"license": "MIT",
"publishConfig": {
"access": "public"
}
}