📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

gif-canvas

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gif-canvas

Draw GIFs to canvas.

1.0.0
latest
npm
Version published
Maintainers
1
Created
Source

gif-canvas

JavaScript Style Guide

Easily draw GIFs to canvas!

Install

npm install --save gif-canvas

or

<script src="dist/gif-canvas.js"></script>

Usage

var gc = GifCanvas('/my.gif', {
  fps: 30
})
gc.canvas // Gif is automagically drawn here!

Thanks

This module is a wrapper around pixel-gif.

FAQs

Package last updated on 25 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts