I just want to programmatically create a gif from a very simple mo.js animation like this:
const burst = new mojs.Burst({ radius: {0:300}, children: { shape: 'rect', duration: 3000 } });
Thanks for the help