is-svg-path
Version:
Detect if string an SVG path
24 lines (23 loc) • 524 B
JSON
{
"name": "is-svg-path",
"version": "1.0.2",
"description": "Detect if string an SVG path",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/is-svg-path.git"
},
"keywords": [
"svg",
"path"
],
"author": "Dima Yv <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/is-svg-path/issues"
},
"homepage": "https://github.com/dfcreative/is-svg-path#readme"
}