Skip to content

Instantly share code, notes, and snippets.

@Strernd
Last active January 19, 2018 22:36
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 Strernd/e05857fb9c96dc57b6ce87f890fa577c to your computer and use it in GitHub Desktop.
Save Strernd/e05857fb9c96dc57b6ce87f890fa577c to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Voronoi</title>
</head>
<body>
<canvas id="canvas" width="800" height="800"></canvas>
<canvas id="text" width="800" height="800"></canvas>
<script src="https://cdn.rawgit.com/Strernd/5f77da6452429c5d03222acdc19f5d6a/raw/71f9ae4bf9c1471739a419f3bd59fb5486b929d3/build.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment