## spettro
### A color converter.

[![npm version][badge-npm-version]][url-npm]
[![npm download monthly][badge-npm-download-monthly]][url-npm]
[![npm download total][badge-npm-download-total]][url-npm]
[![npm dependents][badge-npm-dependents]][url-github]
[![npm license][badge-npm-license]][url-npm]
[![github commit last][badge-github-last-commit]][url-github]
[![github commit total][badge-github-commit-count]][url-github]
[![pp install size][badge-pp-install-size]][url-pp]

[//]: <> (Shields)
[badge-npm-version]: https://flat.badgen.net/npm/v/spettro
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/spettro
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/spettro
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/spettro
[badge-npm-license]: https://flat.badgen.net/npm/license/spettro
[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/spettro
[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/spettro
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/spettro

[//]: <> (Link)
[url-npm]: https://npmjs.org/package/spettro
[url-github]: https://github.com/hoyeungw/spettro
[url-pp]: https://packagephobia.now.sh/result?p=spettro

## Usage
    
### ES6
    import { Rgb, Hsl } from 'spettro'
    
### CommonJS

### Browser
    
## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2019-present, Haoyang (Vincent) Wang
