1bit 中文文档教程

发布于 9年前 浏览 25 项目主页 更新于 3年前

1bit

1 BIT 用于故障网站。 像 jpeg 故障? 你会喜欢这个。

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

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);
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文