UNPKG

react-native-pixel-png

Version:

Parse PNG or APNG (Animated PNG) to ImageData for React Native

58 lines (53 loc) 1.28 kB
{ "name": "react-native-pixel-png", "version": "1.0.3", "description": "Parse PNG or APNG (Animated PNG) to ImageData for React Native", "main": "src", "scripts": { "localhost": "zuul test --local 59798 --open", "test-cloud": "zuul test" }, "config": { "ghooks": { "pre-commit": "" } }, "author": "59naga <i59naga@icloud.com> (http://berabou.me)", "contributors": [ { "name": "Li Zheng", "email": "flyskywhy@gmail.com", "url": "https://github.com/flyskywhy" } ], "license": "MIT", "dependencies": { "apng-js-no-blob": "^2.0.0", "assert": "^2.0.0", "react-native-pixel-util": "^1.1.1", "react-native-png-stream-browserify": "1.0.0" }, "devDependencies": { "brfs": "^1.4.1", "browserify": "^12.0.1", "fixture-images": "^0.1.5", "ghooks": "^0.3.2", "zuul": "^3.7.2" }, "keywords": [ "animated", "apng", "imagedata", "pixel", "png", "react-native" ], "repository": { "type": "git", "url": "git+https://github.com/flyskywhy/react-native-pixel-png.git" }, "bugs": { "url": "https://github.com/flyskywhy/react-native-pixel-png/issues" }, "homepage": "https://github.com/flyskywhy/react-native-pixel-png#readme" }