canttouchthis
v1.0.1
Published
Make any dom element repell from the mouse
Downloads
9
Readme
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()