@luncheon/simplify-svg-path
Version:
Extracts Path#simplify() from Paper.js.
41 lines (40 loc) • 836 B
JSON
{
"name": "@luncheon/simplify-svg-path",
"version": "0.2.0",
"description": "Extracts Path#simplify() from Paper.js.",
"license": "MIT",
"repository": "luncheon/simplify-svg-path",
"files": [
"index.js",
"index.d.ts",
"index.iife.js"
],
"type": "module",
"main": "index.js",
"jsdelivr": "index.iife.js",
"unpkg": "index.iife.js",
"keywords": [
"paper",
"paper.js",
"svg",
"path"
],
"prettier": {
"printWidth": 140,
"endOfLine": "lf",
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"arrowParens": "avoid"
},
"scripts": {
"build": "tsc -p . && node build-iife.js && npm t",
"test": "node test.js"
},
"devDependencies": {
"jsdom": "^20.0.3",
"paper": "^0.12.17",
"prettier": "^2.8.0",
"typescript": "^4.9.3"
}
}