mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
View: add documentation todos.
This commit is contained in:
parent
c67b8acd4e
commit
bec8cf967e
1 changed files with 2 additions and 0 deletions
|
@ -594,6 +594,7 @@ var View = this.View = PaperScopeItem.extend(/** @lends View# */{
|
|||
return str;
|
||||
}
|
||||
return {
|
||||
// DOCS: View#exportFrames(param);
|
||||
exportFrames: function(param) {
|
||||
param = Base.merge({
|
||||
fps: 30,
|
||||
|
@ -647,6 +648,7 @@ var View = this.View = PaperScopeItem.extend(/** @lends View# */{
|
|||
}
|
||||
}
|
||||
},
|
||||
// DOCS: View#exportImage(uri, callback);
|
||||
exportImage: function(uri, callback) {
|
||||
this.draw();
|
||||
// TODO: is it necessary to resolve the path?
|
||||
|
|
Loading…
Reference in a new issue