Skip to content

Instantly share code, notes, and snippets.

View Neerajkomatishetti's full-sized avatar

Neeraj Komatishetti Neerajkomatishetti

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maximal Square - Canvas Visualizer</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
canvas {
touch-action: none; /* Prevent scrolling when drawing on canvas on mobile */