Camera Color Picker
This tool aims to answer "What Color is this?" question.
But why on earth this tool was built in the first place? This is because I need a tool to help a color-blind person like me to recognize color in this world easily by using Camera.
Live
? Demo: https://apparel-customizer.vercel.app
? Storybook: https://apparel-customizer-storybook.vercel.app
Local Installation
Run these commands to start the app on your local machine:
Install dependencies
yarn install
Run the development server
yarn dev
References
- Take photos and control camera settings
- Extracting a color palette from an image with javascript
- CanvasRenderingContext2D: getImageData() method