vaidehijoshi / css-colors

A Rust converter for transforming CSS colors! 🎨
https://crates.io/crates/css-colors
ISC License
27 stars 9 forks source link

Parsing + Pattern #18

Open colelawrence opened 4 years ago

colelawrence commented 4 years ago

Is there a crate which works with css-colors already for parsing from String to Color?

My use case is to replace a bunch of colors in a JSON file with slightly adjusted colors. What do you think of this idea? Maybe as a separate crate, even.

mazznoer commented 3 years ago

You can use csscolorparser.