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

Method destroy

src/tools/texture-lab/renderer.js:1472–1476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1470 }
1471
1472 destroy() {
1473 this.image = null;
1474 this.overlayImage = null;
1475 this.imageData = null;
1476 }
1477}
1478
1479export function createRenderer(canvas) {

Callers 3

TextureLabFunction · 0.45
GlassSurfaceDemoFunction · 0.45
GradualBlurDemoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected