UNPKG

1.35 kBMarkdownView Raw
1## @palett/dye
2A colorant to string
3
4[![npm version][npm-image]][npm-url]
5[![npm quality][quality-image]][quality-url]
6[![npm download][download-image]][npm-url]
7[![npm total-download][total-download-image]][npm-url]
8[![size][size]][size-url]
9[![github commit activity][commit-image]][github-url]
10[![npm license][license-image]][npm-url]
11
12[//]: <> (Shields)
13[npm-image]: https://img.shields.io/npm/v/@palett/dye.svg?style=flat-square
14[quality-image]: http://npm.packagequality.com/shield/@palett/dye.svg?style=flat-square
15[download-image]: https://img.shields.io/npm/dm/@palett/dye.svg?style=flat-square
16[total-download-image]:https://img.shields.io/npm/dt/@palett/dye.svg?style=flat-square
17[license-image]: https://img.shields.io/npm/l/@palett/dye.svg?style=flat-square
18[commit-image]: https://img.shields.io/github/commit-activity/y/hoyeungw/@palett/dye?style=flat-square
19[size]: https://packagephobia.now.sh/badge?p=@palett/dye
20
21[//]: <> (Link)
22[npm-url]: https://npmjs.org/package/@palett/dye
23[quality-url]: http://packagequality.com/#?package=@palett/dye
24[github-url]: https://github.com/hoyeungw/@palett/dye
25[size-url]: https://packagephobia.now.sh/result?p=@palett/dye
26
27## Features
28
29- ES2015 syntax
30
31## Install
32```console
33$ npm install @palett/dye
34```
35
36## Usage
37```js
38import { Temp } from '@palett/dye'
39```
40
41## Meta
42[LICENSE (MIT)](/LICENSE)