1.0.9 • Published 3 years ago

determinatic v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago