1.0.1 • Published 9 months ago

canttouchthis v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

canttouchthis

Hinder your users from clicking anything!

Demo

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()
1.0.1

9 months ago

1.0.0

9 months ago