Skip to content

Standalone library to render gif frames to an offscreen canvas

Notifications You must be signed in to change notification settings

amitrajput1992/offscreen-canvas-gilfer

Repository files navigation

Offscreen Canvas Gifler

Standalone library to render gif frames to an offscreen canvas

Usage

const gifler = new OffscreenCanvasGifler();
gifler.init('https://media.giphy.com/media/3osxY7MLrs5wP2wRgc/giphy.gif').then(() => {
  gifler.setCanvasEl('#myCanvas');
  gifler.animate();
});

About

Standalone library to render gif frames to an offscreen canvas

Resources

Stars

Watchers

Forks

Packages

No packages published