Commit Graph

16 Commits

Author SHA1 Message Date
bfbb5d64de done 2024-06-28 13:32:22 +02:00
18cad78969 start migrating to TS, update eslint config 2024-06-27 21:47:16 +02:00
Lokesh Dhakar
4dc3bb0b43 build: minor version bump and removal of cypress vid files 2023-02-28 14:08:18 -08:00
Lokesh Dhakar
20d3593422 build: resolve Quantize dep issue, upgrade Cypress 2023-02-27 15:30:44 -08:00
archaeal
3d8a284693 version bump to 2.3.1 2020-06-26 17:29:49 -05:00
archaeal
c7eeb6e393 updates package-lock's version of colorthief and commit hash for quantize 2020-06-26 16:06:46 -05:00
Lokesh Dhakar
3e992dc368 test: Add node tests with Mocha and Chai 2019-08-03 23:10:04 -07:00
Lokesh Dhakar
d527157d56 chore: Add get-pixels and quantize to deps list 2019-07-21 18:55:38 -07:00
Lokesh Dhakar
f0ae4e6a6b chore: Update lock file and sourcemap files 2019-07-14 20:11:27 -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
2708113d10 chore: Upgrade cypress dep 2019-07-14 10:12:19 -07:00
Lokesh Dhakar
3e7554b321 refactor: Move test demo page and assets into cypress folder 2019-07-14 08:38:57 -07:00
Lokesh Dhakar
d82f147343 style: Add eslint 2019-05-26 22:12:17 -07:00
Lokesh Dhakar
20c33cc3bb chore: Upgrade Cypress and docs on how to run tests 2019-05-25 19:18:34 -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