1.0.1 • Published 9 years ago

1bit v1.0.1

Weekly downloads
41
License
ISC
Repository
github
Last release
9 years ago

1bit

1 BIT is for glitching websites. Like jpeg glitching? You'll like this.

Installation

$ npm install 1bit --save

Usage

var 1bit = require('1bit');
var theBits = new 1bit();;

// load images for more fun
window.onload = function() {
	theBits.update();
};

// update whenever u want
setTimeout(function() {
	theBits.update();
}, 2000);