MCPcopy Create free account
hub / github.com/darkreader/darkreader / removeCanvas

Function removeCanvas

src/inject/dynamic-theme/image.ts:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136function removeCanvas() {
137 canvas = null;
138 context = null;
139}
140
141const LARGE_IMAGE_PIXELS_COUNT = 512 * 512;
142

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…