Skip to main content
Module

x/culori/index.js>modeP3

A comprehensive color library for JavaScript.
Go to Latest
variable modeP3
Re-export
import { modeP3 } from "https://deno.land/x/culori@v2.1.1/index.js";

type

{ mode: string; parse: string[]; serialize: string; fromMode: { rgb: (color) => unknown; xyz65; }; toMode: { rgb: (color) => unknown; xyz65; }; }