Skip to content

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

License

Notifications You must be signed in to change notification settings

dylanbr0wn/determinatic

Repository files navigation

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