UNPKG

react-native-color-lens

Version:

A react native util to extract dominant colors from an image

46 lines (45 loc) 1.03 kB
{ "name": "react-native-color-lens", "version": "2.2.4", "description": "A react native util to extract dominant colors from an image", "main": "index.js", "scripts": { "prettier": "prettier --write './**/*.js'", "format": "yarn prettier" }, "keywords": [ "color", "colour", "palette", "swatches", "dominant", "extract", "image", "ios", "colors", "react-native", "react" ], "repository": { "type": "git", "url": "git+https://github.com/keithmccall/react-native-color-lens.git", "baseUrl": "https://github.com/keithmccall/react-native-color-lens" }, "homepage": "https://github.com/keithmccall/react-native-color-lens#readme", "author": { "name": "Keith McCall", "email": "keithcodes@gmail.com" }, "license": "ISC", "devDependencies": { "prettier": "^2.0.5" }, "dependencies": { "color-diff": "^1.1.0", "hex-rgb": "^1.0.0", "rgb-hex": "^2.1.0" }, "peerDependencies": { "react-native": ">=0.62.0" } }