Methods
(static) fromWickObjectFile(wickObjectFile, callback)
- Description:
Create a project from a wick file.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
wickObjectFile |
Blob | string | WickObject file containing object data (can be a Blob or a dataURL string) |
callback |
function | Function called when the object is done being loaded |
(static) toWickObjectFile(clip, format)
- Description:
Create a wick file from the project.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
clip |
Wick.Project | the clip to create a wickobject file from |
format |
string | Can be 'blob' or 'dataurl'. |