Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (36 loc) · 907 Bytes

File metadata and controls

58 lines (36 loc) · 907 Bytes

Usage

How to use this module.



Button RGB    Button CMYK    Button Hex



Import


import * as HSL from 'https://deno.land/x/hsl/mod.ts'

ImportMap

Add the module to your ImportMap for easier importing.

{
    "imports" : {
        "HSL" : "https://deno.land/x/hsl/mod.ts"
    }
}