MCPcopy Create free account
hub / github.com/32comic/image2pixel-web /

Class

pixelizer.js:1227–1227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225
1226// ColorBox类(从main.js复制)
1227class ColorBox {
1228 constructor(pixels, level = 0) {
1229 this.pixels = pixels;
1230 this.level = level;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected