JuulLabs / krayon

Cross platform (Android, iOS & JavaScript) canvas library.

Home Page:https://juullabs.github.io/krayon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize web color parsing

twyatt opened this issue · comments

#24 adds support for CSS color parsing. It uses RegEx, but it may be possible to optimize the parsing process via simple iteration.