1.0.1 • Published 2 years ago

canttouchthis v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.0

2 years ago