-
Notifications
You must be signed in to change notification settings - Fork 1
Cave Memo API
james edited this page Nov 5, 2017
·
2 revisions
These methods are part of the cave
JavaScript API, and allow you to interact with the Miiverse drawing tool.
-
Usage:
Open the drawing tool interface.
-
Usage:
Clear the current drawing.
-
Returns:
{String}
-
Usage:
Returns the drawing as base64 encoded BMP image.
-
Arguments:
-
{String}
base64Bmp
-
-
Usage:
Set the drawing image from a base 64 encoded bitmap.
-
Returns:
{String}
-
Usage:
(untested) Returns the drawing as base64 encoded TGA image.
-
Arguments:
-
{String}
base64Tga
-
-
Usage:
(untested) Set the drawing image from a base 64 encoded TGA image.
-
Returns:
{String}
-
Usage:
(untested) Returns the drawing as base64 encoded compressed TGA image.
-
Arguments:
-
{String}
base64ZipTga
-
-
Usage:
(untested) Set the drawing image from a base 64 encoded compressed TGA image.
-
Returns:
{Boolean}
-
Usage:
(unknown)