Namespace

DuOCA

DuOCA

Open Cel Animation interchange tools

View Source Duik_api_fordoc.jsxinc, line 9345

Members

string

# static readonly LayerType

The different layer types
Properties:
Name Type Description
PAINT string
VECTOR string
GROUP string

View Source Duik_api_fordoc.jsxinc, line 9352

Methods

# static load(file) → {DuOCADocument|null}

Loads an OCA document from a json file
Parameters:
Name Type Description
file File | string The .json file or its path

View Source Duik_api_fordoc.jsxinc, line 9364

The OCA document or null if the file could not be parsed or opened
DuOCADocument | null