svg-boundings
Version:
Get bounding rect of SVG shape elements.
27 lines (26 loc) • 500 B
JSON
{
"name": "svg-boundings",
"version": "2.0.8",
"description": "Get bounding rect of SVG shape elements.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:kfitfk/svg-boundings.git"
},
"keywords": [
"SVG",
"Bounding",
"rect"
],
"author": "Ye Hao",
"license": "ISC",
"devDependencies": {
"cheerio": "^1.0.0-rc.10",
"eslint": "^8.9.0",
"mocha": "^9.2.0",
"should": "~8.0.2"
}
}