canvasGenerate
Last updated
Generate base64 from an existing canvas,
Web
Mobile
canvas
An existing canvas to be copied over to the new canvas.
Text
-
-
Yes
canvasWidth
Width of the new canvas.
Number
300
-
No
canvasHeight
Height of the new canvas.
Number
300
-
No
extra
Additional data to be used in the callbacks.
Any
-
-
No
N/A
The function to be executed when converting the canvas to base64 was successful.
Returns the base64 of the canvas.
Text
The function to be executed when converting the canvas to base64 was not successful.
Returns the error.
Text
Last updated