shortest-color
v0.1.5
Published
Fast shortest CSS color converter (Rust+WASM)
Downloads
41
Maintainers
Readme
shortest-color
Ultra-fast CSS color parser for hex, rgb/rgba, hsl/hsla, keywords
import { shorten_css_color_js } from 'shortest-color'
shorten_css_color_js("#ff0000") // red
shorten_css_color_js("rgb(0,0,255)") // blue
shorten_css_color_js("WHITE") // #fffInstall:
npm i shortest-color