Sardines playing with colours!
Introduction
@sardine/colour
is a tiny JavaScript utility library for colours.
Installation
You can use @sardine/colour
with Node 16, all modern browsers and Deno!
With Node you can install the package:
npm install --save @sardine/colour
With Deno you can import the package:
import { convertHextoRGB } from "https://deno.land/x/sardine_colour/index.ts";
And that's it! You're ready to start using @sardine/colour
.