Closed omgovich closed 3 years ago
Checked dozens of projects using tinycolor and noticed that a lot of developers use isValid method to check their values. Since it not a big deal to implement a method doing the same and the new code costs about 0,02KB, I decided to implement that.
tinycolor
isValid
Size Change: +19 B (0%)
Total Size: 4.92 kB
./dist/index.js
compressed-size-action
Checked dozens of projects using
tinycolor
and noticed that a lot of developers useisValid
method to check their values. Since it not a big deal to implement a method doing the same and the new code costs about 0,02KB, I decided to implement that.