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

Latest commit

 

History

History
55 lines (33 loc) · 775 Bytes

Usage.md

File metadata and controls

55 lines (33 loc) · 775 Bytes

Usage

How to use this module.



Button Hex    Button HSL



Import


import * as RGB from 'https://deno.land/x/rgb/mod.ts'

ImportMap

Add the module to your ImportMap for easier importing.

{
    "imports" : {
        "RGB" : "https://deno.land/x/rgb/mod.ts"
    }
}