stylus/js/color
tophf 540e2af62c micro-optimize colorConverter.parse
#hex, named colors: 15x faster
rgb() and other functions: 1.6x faster
2022-09-17 20:10:18 +03:00
..
color-converter.js micro-optimize colorConverter.parse 2022-09-17 20:10:18 +03:00
color-mimicry.js use color palette and enable a simple dark theme (#1405) 2022-02-17 03:10:59 +03:00
color-picker.css support EyeDropper API in color picker 2021-09-24 09:40:49 +03:00
color-picker.js hide undefined label in colorpicker in FF 2022-06-02 21:52:49 +03:00
color-view.js speed up regex for block comments 2022-07-23 23:54:24 +03:00
LICENSE API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +03:00
README.md API groups + use executeScript for early injection (#1149) 2021-01-01 17:27:58 +03:00

color-picker - forked from v1.0.9

codemirror-colorpicker was heavily modified from its source:

https://github.com/easylogic/codemirror-colorpicker/...

Shortly after this version the source repo split the file and built it using rollup. It should be considered a fork of the original.