An open API service indexing awesome lists of open source software.

https://github.com/apipost-team/apipost-color

a library for javascript to generate new color by level
https://github.com/apipost-team/apipost-color

Last synced: 4 months ago
JSON representation

a library for javascript to generate new color by level

Awesome Lists containing this project

README

        

# apipost-color
a library for javascript to generate new color by level

## Usage

```bash
npm i apipost-color
```

```js
import { generate } from 'apipost-color';
console.log(generate('#123456',1));