Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miguelmota/glitmage

Glitchify an image with canvas.
https://github.com/miguelmota/glitmage

Last synced: about 2 months ago
JSON representation

Glitchify an image with canvas.

Awesome Lists containing this project

README

        

# glitmage

> Glitchify an image with canvas.

# Demo

**[https://lab.miguelmota.com/glitmage](https://lab.miguelmota.com/glitmage)**

# Install

```bash
bower install glitmage
```

```bash
npm install glitmage
```

# Usage

```javascript
var glitmage = Glitmage(document.getElementById('glitmage'));

glitmage.pause(); // pause glitch
glitmage.resume(); // resume glitch
glitmage.stop(); // stop glitch and reset image
glitmage.start(); // start glitch
```

# License

MIT