WenheLI / p5.gif

P5.js gif helper
MIT License
38 stars 4 forks source link

Generate a loopin gif on download ? #11

Closed fffiloni closed 5 years ago

fffiloni commented 5 years ago

Hello !

The GIFs generated are not looping by default on export.

How could we be able to set this property in the config object ?

WenheLI commented 5 years ago

The feature of exporting a looping gif is not supposed yet. Hopefully, it will be ready before this weekend!

WenheLI commented 5 years ago

@fffiloni You can download a loop gif right now.

  recorder = p5Gif.capture({framerate: 60, repeat: true});

Be sure to set the repeat as true when you init capture.

infusion commented 5 years ago

Could you add a note on the wiki for this behavior? Thanks!

WenheLI commented 5 years ago

@infusion Added on the wiki, thanks for pointing out this!