Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t-mullen/gif-canvas

Easily draw GIFs to canvas.
https://github.com/t-mullen/gif-canvas

canvas gif

Last synced: 8 days ago
JSON representation

Easily draw GIFs to canvas.

Awesome Lists containing this project

README

        

# gif-canvas

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

Easily draw GIFs to canvas!

## Install
```
npm install --save gif-canvas
```
or
```html

```

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

## Thanks
This module is a wrapper around [pixel-gif](https://github.com/59naga/pixel-gif-).