22 Commits

Author SHA1 Message Date
159a00599f update readme 2024-09-20 09:45:43 +02:00
Janis Hutz
46fe27c36b Update README.md 2024-09-20 07:41:55 +00:00
2fa4558010 fix links 2024-08-26 11:06:55 +02:00
aab562b0de update for npm publish 2024-08-26 11:01:26 +02:00
Lokesh Dhakar
79a480d929 docs: Add more details info on running local tests 2020-07-05 19:05:32 -07:00
Lokesh Dhakar
7beac03d3a docs: Move Contributing.md content into README and add proj structure 2019-08-25 19:19:53 -07:00
Lokesh Dhakar
01fe8263b9 Update README.md 2019-08-25 19:10:45 -07:00
Lokesh Dhakar
29e96fe72b docs: Point readme readers to demo page 2019-08-22 21:28:48 -07:00
Lokesh Dhakar
c35bc016fa docs: Add syntax highlighting 2019-08-04 10:00:34 -07:00
Lokesh Dhakar
78d23803b6 docs: Update docs to show diff import methods and call out null2 fork diff
- Show example of using in node
- Show example of using in browser: global var, es6 module, and mention requirejs
2019-08-04 09:56:39 -07:00
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