Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 1, 2020 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f1e1311f942a24a71fe998beb293b716 to your computer and use it in GitHub Desktop.
Save parzibyte/f1e1311f942a24a71fe998beb293b716 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Dibujar arreglo en canvas (cuadrícula) - By parzibyte</title>
</head>
<body>
<h1>Dibujar arreglo en Canvas</h1>
<a href="https://parzibyte.me/blog">By Parzibyte</a>
<br><br>
<canvas width="500px" height="500px" id="canvas"></canvas>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment