1bit

1.0.1 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i 1bit

Weekly Downloads

6

Version

1.0.1

License

ISC

Last publish

Collaborators

  • ian_dot_exe