color-transformer-ui
Version:
Tools to transform colors with Javascript
28 lines (18 loc) • 315 B
Markdown
# Color Transformer UI
## Install
```bash
npm i color-transformer-ui -D
```
## Usage
```js
import { shadeColor, hexToRgba, isColorName, colorNameToHex } from 'color-transformer-ui'
```
## Contribution
### Install dependencies
```js
npm install
```
### Build for production
```js
npm run before-publish
```