https://github.com/caub/color-wheel
:art: Wheel color-picker made with canvas
https://github.com/caub/color-wheel
color-picker react
Last synced: about 1 year ago
JSON representation
:art: Wheel color-picker made with canvas
- Host: GitHub
- URL: https://github.com/caub/color-wheel
- Owner: caub
- Created: 2017-10-19T15:38:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T21:37:37.000Z (over 4 years ago)
- Last Synced: 2025-04-12T13:13:09.567Z (about 1 year ago)
- Topics: color-picker, react
- Language: JavaScript
- Homepage: https://caub.github.io/color-wheel/build/
- Size: 352 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Color Wheel
[![npm version][npm-image]][npm-url]
```js
import ColorWheel from 'color-wheel';
// usage:
;
// color: [hue, saturation, lightness] (normalized to 0-1)
```
[Demo](https://caub.github.io/color-wheel/build/)
Other links: [draft](//caub.github.io/color-wheel/draft), [disassembled](//caub.github.io/color-wheel/draft-parts)
[npm-image]: https://img.shields.io/npm/v/color-wheel.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/color-wheel