Skip to content

Commit

Permalink
refactor(pixel): migrate/remove dominantColors() (#486)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: migrate dominantColors() to thi.ng/pixel-dominant-colors pkg

- remove obsolete files
- update pkg
  • Loading branch information
postspectacular committed Jul 20, 2024
1 parent a4174f5 commit 8851726
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
6 changes: 0 additions & 6 deletions packages/pixel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@thi.ng/checks": "^3.6.8",
"@thi.ng/distance": "^2.4.78",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/k-means": "^0.6.93",
"@thi.ng/math": "^5.11.4",
"@thi.ng/porter-duff": "^2.1.84"
},
Expand Down Expand Up @@ -78,8 +77,6 @@
"grayscale",
"image",
"interpolation",
"k-means",
"multiformat",
"normal",
"pixel",
"pyramid",
Expand Down Expand Up @@ -118,9 +115,6 @@
"./convolve": {
"default": "./convolve.js"
},
"./dominant-colors": {
"default": "./dominant-colors.js"
},
"./float": {
"default": "./float.js"
},
Expand Down
52 changes: 0 additions & 52 deletions packages/pixel/src/dominant-colors.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/pixel/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from "./api.js";
export * from "./canvas.js";
export * from "./convolve.js";
export * from "./dominant-colors.js";
export * from "./float.js";
export * from "./image.js";
export * from "./int.js";
Expand Down

0 comments on commit 8851726

Please sign in to comment.