guhungry / react-native-photo-manipulator

React Native Image Processing API to edit photo programmatically for Android and iOS. It features print text, overlay on another image (add watermark), resize, crop, flip, rotate and optimize image size then convert file format to jpeg or png
MIT License
342 stars 40 forks source link

Feature/migrate to color-rgba #879

Closed guhungry closed 2 months ago

guhungry commented 2 months ago

parse-color has been unmaintained for 10 years. So for maintainability we should use active development library instead color-rgba

Outer pipes Cell padding No sorting Pattern parse-color color-rgba
color keywords ✔️ ✔️
rgb() ✔️ ✔️
rgba() ✔️ ✔️
hsl() ✔️ ✔️
hsla() ✔️ ✔️
hsv() ✔️
hsva() ✔️
hwb() ✔️
luv() ✔️
cmyk() ✔️ ✔️
cmyka() ✔️
xyz() ✔️ ✔️
xyza() ✔️
lab() ✔️ ✔️
laba() ✔️ ✔️ through lab() 4th parameter
lch() ✔️
oklab() ✔️
oklch() ✔️
#RGB ✔️ ✔️
#RGBA ✔️
#RRGGBB ✔️ ✔️
#RRGGBBAA ✔️