imagewrap
Version:
Wraps ImageData object with helper functions.
28 lines (27 loc) • 613 B
JSON
{
"name": "imagewrap",
"version": "0.3.0",
"description": "Wraps ImageData object with helper functions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerpinglemur/imagewrap.git"
},
"keywords": [
"HTML",
"Image",
"ImageData",
"Canvas",
"utility",
"es6"
],
"author": "Justin Lacy",
"license": "ISC",
"bugs": {
"url": "https://github.com/lerpinglemur/imagewrap/issues"
},
"homepage": "https://github.com/lerpinglemur/imagewrap#readme"
}