import { hex } from "https://deno.land/x/crayon@3.3.3/src/styles.ts";
Generate StyleCode from HEX value - 24bit (16.7m) color pallete
Examples
Example 1
Example 1
hex(0xFF3060); // <- this is faster
hex("#FF3060");
import { hex } from "https://deno.land/x/crayon@3.3.3/src/styles.ts";
Generate StyleCode from HEX value - 24bit (16.7m) color pallete
Example 1
hex(0xFF3060); // <- this is faster
hex("#FF3060");