Skip to content

Instantly share code, notes, and snippets.

View dkozyr's full-sized avatar

Denys Kozyr dkozyr

View GitHub Profile
<!DOCTYPE html>
<html>
<title>Animated Triangles Pattern</title>
<body>
<h1>Animated Triangles Pattern</h1>
<canvas id='myCanvas' width='600px' height='600px' />
<script>
const canvas = document.getElementById('myCanvas');