UNPKG

emg-colorpicker

Version:

**emg-color-picker** is a custom color picker built with Svelte that can replace the default browser color picker. It currently supports hexa values (with opacity) and gradients, with plans to add support for RGB and other formats. Saved colors are stored

5 lines (4 loc) 179 B
//@ts-nocheck // place files you want to import through the `$lib` alias in this folder. import EMGColorPicker from './components/EMGColorPicker.svelte'; export {EMGColorPicker};