Open Cel Animation interchange tools
Members
string
# static readonly LayerType
The different layer types
Properties:
Name | Type | Description |
---|---|---|
PAINT |
string
|
|
VECTOR |
string
|
|
GROUP |
string
|
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 |
The OCA document or null if the file could not be parsed or opened
DuOCADocument
|
null