Skip to content

Commit

Permalink
updating saveFrames docs closes#2128
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren McCarthy committed Sep 29, 2017
1 parent 65f080e commit e8782a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ p5.prototype.saveCanvas = function() {
* as an argument to the callback function as an array of objects, with the
* size of array equal to the total number of frames.
*
* Note that saveFrames() will only save the first 15 frames of an animation.
* To export longer animations, you might look into a library like
* <a href="https://github.com/spite/ccapture.js/">ccapture.js</a>.
*
* @method saveFrames
* @param {String} filename
* @param {String} extension 'jpg' or 'png'
Expand Down

0 comments on commit e8782a2

Please sign in to comment.