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

1.0.9 • Public • Published

Determinatic

What is this

A small library to deterministically generate colors based on a seed.

This is essentially a library version of autumn.

Written in TS for all that type safety goodnesss 🤤.

Usage

Install the library

npm install determinatic

Then import it into your project and use it.

import { Determinatic } from "determinatic";

const determinatic = Determinatic({
  /* options */
});

determinatic.getColor("my-seed"); //#d2b50a

Readme

Keywords

none

Package Sidebar

Install

npm i determinatic

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

9.79 kB

Total Files

13

Last publish

Collaborators

  • dylanbr0wn