draw-svg-path
Version:
draw svg paths onto canvas contexts
16 lines (15 loc) • 405 B
JSON
{
"name": "draw-svg-path",
"author": "Michael Rhodes",
"version": "2.0.1",
"main": "index.js",
"repository": "git://github.com:michaelrhodes/draw-svg-path",
"description": "draw svg paths onto canvas contexts",
"keywords": ["svg", "path", "canvas"],
"license": "MIT",
"dependencies": {
"abs-svg-path": "~0.1.1",
"curvify-svg-path": "~1.0.0",
"parse-svg-path": "~0.1.2"
}
}