Skip to content

Instantly share code, notes, and snippets.

View waynecrypto's full-sized avatar

Wayne waynecrypto

View GitHub Profile
@waynecrypto
waynecrypto / tap.js
Last active March 14, 2025 05:57
TapTap
const canvas = document.querySelector('canvas');
if (canvas) {
let count = 0;
const rect = canvas.getBoundingClientRect();
const simulateClick = () => {
const centerX = 200;
const centerY = 200;