toiletjs / fart.io

A React-based JS framework that makes farts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fart.io

A React-based JS framework that makes farts.

Usage

  • Simple case
let myFart = new Fart();
myFart.fart();  // poooOOOot.
  • Wet farts
// The Fart constructor takes an optional "isWet" boolean.
let myWetFart = new Fart(true);
myWetFart.fart();  // pfffffpfpfpffffff?
  • NEW Sharts
let myShart = new Shart();
myShart.fart();  // plfffffpfffpllffff

License

GNU Lesser General Public License, version 2.1

About

A React-based JS framework that makes farts.

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 100.0%