nyancodeid / iro

IRO - Amazing Color Tools. Color Convert HEX, RGB, HSL and CMYK. Color Inspection with Camera.
https://iro.nyan.my.id/
MIT License
108 stars 7 forks source link

Create v-on:paste handler on color input (RGB, HSL, and CMYK) #17

Closed nyancodeid closed 3 years ago

nyancodeid commented 3 years ago

Handle v-on:paste to parse formatted text for example rgb(0, 0, 0) so it's can be filled automatically on every fields.

Expectation

From rgb(0, 0, 0) to 0,0,0 From HSL(0, 0, 0) to hsl(0,0,0) to 0,0,0 ext.