UNPKG

pics

Version:

Ties together streaming image encoders and decoders with a nice API

39 lines (38 loc) 833 B
{ "name": "pics", "version": "1.0.3", "description": "Ties together streaming image encoders and decoders with a nice API", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "neuquant": "^1.0.2", "pixel-stream": "^1.0.3", "color-transform": "^1.0.1" }, "devDependencies": { "concat-frames": "^1.0.1", "concat-stream": "^1.4.6", "mocha": "^2.0.1" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/devongovett/pics.git" }, "keywords": [ "image", "decode", "encode", "pixel-stream" ], "author": "Devon Govett <devongovett@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/devongovett/pics/issues" }, "homepage": "https://github.com/devongovett/pics" }