This package has been deprecated

Author message:

WARNING: This project has been renamed to colorgrad-js. Install using colorgrad-js instead.

@mazznoer/colorgrad
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

colorgrad (js)

npm

Installation

npm i @mazznoer/colorgrad

Usage

let gradient = colorgrad.custom_gradient(["#C41189", "#00BFFF", "#FFD700"], null, "oklab");
let hex = gradient.at(0.5).hex();
let [r, g, b, a] = gradient.at(0.7).rgba8();

TODO add more usage example.

Readme

Keywords

none

Package Sidebar

Install

npm i @mazznoer/colorgrad

Weekly Downloads

1

Version

0.1.0

License

MIT OR Apache-2.0

Unpacked Size

217 kB

Total Files

7

Last publish

Collaborators

  • mazznoer