https://github.com/c0bra/tiny-palx
Automatic UI Color Palette Generator (tiny version of palx)
https://github.com/c0bra/tiny-palx
Last synced: over 1 year ago
JSON representation
Automatic UI Color Palette Generator (tiny version of palx)
- Host: GitHub
- URL: https://github.com/c0bra/tiny-palx
- Owner: c0bra
- License: mit
- Created: 2018-11-30T17:28:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T19:17:20.000Z (over 7 years ago)
- Last Synced: 2025-02-14T02:56:07.052Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-palx
Automatic UI Color Palette Generator (tiny version of palx)
This library is exactly the same as [palx](https://github.com/jxnblk/palx) except it swaps out [chroma.js](https://github.com/gka/chroma.js) for [tinycolor](https://github.com/bgrins/TinyColor). The ends result is a library that's 5kB minified and gzipped vs 14kB.