hasl
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

hasl

A no-frills color library.

Tutorial

import hasl from "hasl";
 
const color = hasl("#336699");
 
color
  .lighten(0.1)
  .saturate(0.1)
  .alpha(0.4)
  .rgba;

Readme

Keywords

none

Package Sidebar

Install

npm i hasl

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.58 kB

Total Files

8

Last publish

Collaborators

  • jakelazaroff