UNPKG

shitify-js

Version:

💩 A plug-and-play JS library for toilet-paper cursors, poop emojis on click, and fart sounds.

10 lines (9 loc) • 246 B
interface ShitifyOptions { poopEmoji?: string; sound?: boolean; cursor?: 'toilet-paper' | 'none'; maxPoops?: number; targets?: string; } export declare function shitify(userOptions?: ShitifyOptions): void; export {};