UNPKG

to-image-data

Version:

Convert Nested Numerical Arrays into ImageData Data Array

43 lines (42 loc) 990 B
{ "name": "to-image-data", "version": "0.0.2", "description": "Convert Nested Numerical Arrays into ImageData Data Array", "main": "to-image-data.js", "files": [ "to-image-data.js" ], "scripts": { "format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js", "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/to-image-data.git" }, "keywords": [ "data", "im", "image", "jpg", "pixels", "png", "reform" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/to-image-data/issues" }, "homepage": "https://github.com/DanielJDufour/to-image-data#readme", "devDependencies": { "fast-brc": "^0.0.1", "find-and-read": "^1.0.0", "flug": "^2.1.0", "readim": "^0.0.2" }, "dependencies": { "guess-image-layout": "^0.0.3", "xdim": "^1.2.1" } }