spite / ccapture.js

A library to capture canvas-based animations at a fixed framerate
MIT License
3.59k stars 407 forks source link

gif transparency? #130

Closed Arkanic closed 2 years ago

Arkanic commented 3 years ago

I am using three.js with ccapture to download the result as a GIF file. Is it possible to save transparent pixels rather than leaving them as white? I know that the gif format supports transparency to some degree. (I suppose it also depends on whether or not gif.js supports the feature)

Thank you for making this amazing tool.