MCPcopy
hub / github.com/processing/p5.js / toBase64

Function toBase64

test/unit/visual/visualTest.js:27–29  ·  view source on GitHub ↗
(img)

Source from the content-addressed store, hash-verified

25}
26
27function toBase64(img) {
28 return img.canvas.toDataURL();
29}
30
31function escapeName(name) {
32 // Encode slashes as `encodeURIComponent('/')`

Callers 1

visualTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected