We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8a13f commit f8f5f06Copy full SHA for f8f5f06
ImageScript.js
@@ -1336,7 +1336,7 @@ class GIF extends Array {
1336
/**
1337
* Creates a new GIF image.
1338
* @param {Frame[]} frames The frames to create the GIF from
1339
- * @param {number} [loopCount=0] How often to loop the GIF for (-1 = unlimited)
+ * @param {number} [loopCount=-1] How often to loop the GIF for (-1 = unlimited)
1340
* @property {number} loopCount How often the GIF will loop for
1341
*/
1342
constructor(frames, loopCount = -1) {
0 commit comments