sprites-extract
Version:
This will extract sprites from the spritesheet using the corresponding texture packer data. Use the method extract()
27 lines (26 loc) • 711 B
JSON
{
"name": "sprites-extract",
"version": "2.0.3",
"description": "This will extract sprites from the spritesheet using the corresponding texture packer data. Use the method extract()",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shrikanth9/sprites-extract.git"
},
"keywords": [
"TexturePacker",
"javascript"
],
"author": "Shrikantha M A",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shrikanth9/sprites-extract/issues"
},
"homepage": "https://github.com/Shrikanth9/sprites-extract#readme",
"dependencies": {
"canvas": "^2.11.2"
}
}