Durtur / Dungeoneer

A virtual tabletop designed for 5e D&D, includes a map tool with dynamic lighting, initiative tracker, combat tracker and homebrew management.
GNU Affero General Public License v3.0
172 stars 16 forks source link

Added support for animated tokens (gifs and animated webp) #97

Closed alcros33 closed 1 year ago

alcros33 commented 1 year ago

Turns out there are animated webps. Adding {animated:true} on each constructor of sharp seems to be enough for the app to create animated webps from gifs. The server and client both display animations.

95