Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
Update module:
Browse files Browse the repository at this point in the history
- Remove unnecessary dependencies
- Add web worker processing support
- Improve tests coverage
  • Loading branch information
gund committed Mar 28, 2016
1 parent 61d638f commit 0e1507b
Show file tree
Hide file tree
Showing 14 changed files with 1,437 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"scripturl" : true, // Tolerate script-targeted URLs.
"shadow" : false, // Allows re-define variables later in code e.g. `var x=1; x=2;`.
"supernew" : false, // Tolerate `new function () { ... };` and `new Object;`.
"undef" : true, // Require all non-global variables be declared before they are used.
"undef" : false, // Require all non-global variables be declared before they are used.

// Personal styling preferences.
"newcap" : true, // Require capitalization of all constructor functions e.g. `new F()`.
Expand Down
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
],
"license": "MIT",
"homepage": "",
"dependencies": {
"color-thief": "~2.0.1"
}
"dependencies": {}
}
Loading

0 comments on commit 0e1507b

Please sign in to comment.