MCPcopy Create free account
hub / github.com/DavidHDev/react-bits /

Class

src/tools/texture-lab/renderer.js:1221–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219}
1220
1221export class CPURenderer {
1222 constructor(canvas) {
1223 this.canvas = canvas;
1224 this.ctx = canvas.getContext('2d');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected