Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/32comic/image2pixel-web
/
Class
pixelizer.js:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
*/
12
13
class
Pixelizer {
14
constructor() {
15
this.originalImage = null;
16
this.processedCanvas = null;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected