Skip to main content

ProjectData

interface ProjectSaveData
{
data: Uint8Array;
pngPreview: Uint8Array;
name: string;
id: string;
}

Properties

NameTypeDescription
dataUint8ArrayExported project scene as binary data.
pngPreviewUint8ArrayProject preview image as binary data (PNG format encoded)
namestringProject name
idstringProject ID

Description

This structure contains informations about the project. It's obtained from getCurrentProject method.