A pure TypeScript colour picker.
Visit https://exagoinc.github.io/ColourPicker/examples.html to view a live example.
Chrome, Firefox, Edge, IE11
Mobile (touch) devices are partially supported.
-
Install dependencies
npm install
-
Build
npm run build
-
Install dependencies
npm install
-
Build whenever a file changes
npm run dev