rn-dominant-color
Version:
Simple library to extract the dominant color from an image in React Native
26 lines (25 loc) • 609 B
JSON
{
"name": "rn-dominant-color",
"version": "1.7.2",
"description": "Simple library to extract the dominant color from an image in React Native",
"main": "index.js",
"keywords": [
"react-native",
"dominant-color"
],
"homepage": "https://github.com/matinzd/rn-dominant-color",
"author": "Matin ZD",
"peerDependencies": {
"react-native": "^0.41.2"
},
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/matinzd/rn-dominant-color.git"
},
"devDependencies": {
"semantic-release": "^17.2.3"
}
}