svg-getpointatlength
Version:
alternative to native pointAtLength() and getTotalLength() method
29 lines (27 loc) • 751 B
JSON
{
"name": "svg-getpointatlength",
"version": "1.3.2",
"description": "alternative to native pointAtLength() and getTotalLength() method",
"main": "getPointAtLengthLookup.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/herrstrietzel/svg-getpointatlength.git"
},
"keywords": [
"svg",
"pathlength",
"point-at-length",
"segment-at-length",
"path",
"pathdata"
],
"author": "herrstrietzel",
"license": "MIT",
"bugs": {
"url": "https://github.com/herrstrietzel/svg-getpointatlength/issues"
},
"homepage": "https://github.com/herrstrietzel/svg-getpointatlength#readme"
}