EastDesire / jscolor

JavaScript color picker with opacity (alpha channel) and customizable palette. Single file of plain JS with no dependencies.
http://jscolor.com
232 stars 72 forks source link

Missing minified version since 2.0.4 #22

Closed partulaj closed 3 years ago

partulaj commented 3 years ago

Hello,

The minified version of the library added in 2.0.4 is missing in all recents versions since 2.0.4.

EastDesire commented 3 years ago

Hi @partulaj, yes you are right. There were problems with the minified version unfortunately. At the moment, only the raw source is available.

partulaj commented 3 years ago

Is there any plan to readd the minified version in the future ?

EastDesire commented 3 years ago

It might be added later, because some other developers would welcome it too, but I can't promise when. Some of the planned features are currently of higher priority.

EastDesire commented 3 years ago

@partulaj, it is also possible to use minified version generated by CDNJS here: https://cdnjs.com/libraries/jscolor

EastDesire commented 3 years ago

@partulaj, minified version is now included in ZIP builds at https://jscolor.com and also in npm packages.