ProjectData
interface ProjectSaveData
{
data: Uint8Array;
pngPreview: Uint8Array;
name: string;
id: string;
}
Properties
Description
This structure contains information about the project. It can be retrieved using the getCurrentProject method.