image-color-extractor 1.1.3
Install from the command line:
Learn more about npm packages
$ npm install @abhinandanwadwa/image-color-extractor@1.1.3
Install via package.json:
"@abhinandanwadwa/image-color-extractor": "1.1.3"
About this version
🎉 Image-Color-Extractor allows you to extract color from images and use it in your app with ease. No more nonsense!
$ npm install image-color-extractor
import React from 'react';
import { useEffect } from 'react';
import extractSingleColor from 'image-color-extractor';
function App(){
useEffect(() => {
extractSingleColor(imageURI)
.then(color => console.log(color))
.catch(error => console.error(error))
}, []);
return (
<div>
</div>
);
}
Show your ❤️ and support by giving a ⭐. Any suggestions are welcome! Take a look at the contributing guide.
You can find the release note for the latest release here
You can browse them all here
Licensed under MIT
Details
- image-color-extractor
-
abhinandanwadwa
- almost 3 years ago
- ISC
- 1 dependencies
Assets
- image-color-extractor-1.1.3.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0