0.1.0 • Published 2 years ago

rn-image-dominant-color v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rn-image-dominant-color

Detect dominant color of image

Installation

npm install rn-image-dominant-color

Usage

import { getDominantColor } from 'rn-image-dominant-color';

// ...

const result = await getDominantColor('imagePath or ImageUri');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library