1.0.9 • Published 2 years ago

determinatic v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago