UNPKG

rrggbbaa

Version:

Color code utility and converter library for NodeJS.

8 lines (5 loc) 169 B
import { rrggbbaa, toRgba, toHexa, parse } from "./lib"; // export main class export default rrggbbaa; // export utilities export { rrggbbaa, toRgba, toHexa, parse };