An open API service indexing awesome lists of open source software.

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

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