simple colorpicker without bullshit
used in https://cables.gl
npx webpack
const cr=new ColorRick(
{
"ele": element,
"color": "#77aa55",
"opacity": 1.0,
"showOpacity": true,
"onChange": (color,opacity)=>
{
console.log(color,opacity);
}
});