1.0.1 • Published 9 months ago
canttouchthis v1.0.1
canttouchthis
Hinder your users from clicking anything!
Installation
yarn add canttouchthis
Usage
// Supports both esm and cjs
import canttouchthis from "canttouchthis"
// Apply it to any dom element
const element = document.querySelector("...")
// Call the function and save the return value
const reset = canttouchthis(element)
// Reset everything
reset()