ribbon-api
v1.1.1
Published
An unofficial API for the Ribbon API, made by osk and currently used by TETR.IO
Downloads
20
Readme
Ribbon
Blazing-fast, msgpacked resumeable WebSockets
An unofficial clientside wrapper for the Ribbon API, currently used in TETR.IO
Importing
CommonJS
const Ribbon = require("ribbon-api").RibbonManager;
const ribbon = new Ribbon();
TypeScript
import Ribbon from 'ribbon-api';
const ribbon = new Ribbon();