parse-color 0.1.2

A crate that provides conversion from CSS color names or TailwindCSS classes to RGBA colors, in the form of [u8; 4].
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
default = ["tailwind"]
tailwind = []

[package]
authors = ["Mincong Lu <mintlux667@gmail.com>"]
description = """
A crate that provides conversion from CSS color names 
or TailwindCSS classes to RGBA colors, in the form of [u8; 4].
"""
edition = "2021"
keywords = ["color", "color-string", "convert"]
license = "MIT OR Apache-2.0"
name = "parse-color"
readme = "README.md"
repository = "https://github.com/mintlu8/parse-color"
version = "0.1.2"