Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrr committed Jul 12, 2024
1 parent 0def60e commit 01bb21d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/colorrick.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

// window.chroma = require("chroma-js");
const chroma = require("chroma-js");
// import chroma from "chroma-js";


class ColorRick
{
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"scripts": {
},
"scripts": {},
"devDependencies": {
"chroma-js": "^2.1.2",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"chroma-js": "^2.4.2"
}
}

0 comments on commit 01bb21d

Please sign in to comment.