Lokesh Dhakar
881b4848ad
build: Remove color-thief-node.js file. Already had color-thief.js for commonjs version
2019-08-03 23:24:21 -07:00
Lokesh Dhakar
c91f3e808e
feat: Add module support with new dist files
...
- `/dist/color-thief.umd.js`: UMD module. For simple script tag loading that exposes a global variable or for RequireJS AMD support.
- `/dist/color-thief.js`: CommonJS module. Entry point for Node.js and Browserify.
- `/dist/color-thief.mjs`: ES6 module. For modern browsers as well as Webpack and Rollup.
- `/dist/color-thief.min.js`: Duplicate of `/dist/color-thief.umd.js`. Kept around to maintain backwards compatibility.
2019-07-14 20:00:27 -07:00
Lokesh Dhakar
fed4154d29
docs: Add API table
2019-05-02 08:23:32 -07:00
Lokesh Dhakar
9a4443097c
Replace Grunt w/node deps: http-server, node-minify, uglify
2019-04-28 13:58:49 -07:00
Lokesh Dhakar
f319e54b19
Add Cypress dep for testing
2019-04-27 20:52:10 -07:00
Lokesh Dhakar
d05ec978b0
Merge pull request #81 from ibobo/master
...
Fixed getColor description in README
2016-11-06 18:36:35 -08:00
Lokesh Dhakar
30f791290a
readme
2016-10-30 20:21:29 -07:00
Lokesh Dhakar
de968be816
2.0.1: readme and version #
2015-10-05 08:35:57 -07:00
iBobo
b0bde62d91
Fixed getColor description in README
...
The README erroneously stated that getColor would return a js object with 'r', 'g' and 'b' members, instead it returns an array just like getPalette.
2015-08-17 12:36:21 +02:00
Lokesh Dhakar
050157dc19
Switch to MIT License. Move demo page items out of repo.
2015-06-29 17:53:07 -07:00
Lokesh Dhakar
5a62eff143
Move Changelog into README.md from HISTORY.md
2015-06-29 17:48:38 -07:00
Lokesh Dhakar
9cbad46067
Reorganize files for Bower distro
2014-04-17 11:07:23 -07:00