Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created January 11, 2022 09:18
Show Gist options
  • Select an option

  • Save mitchallen/e4702252bfab970649979b2facc12f42 to your computer and use it in GitHub Desktop.

Select an option

Save mitchallen/e4702252bfab970649979b2facc12f42 to your computer and use it in GitHub Desktop.
Display rollDice results in a grid
<html>
<head>
<title>js-rollDice-01</title>
<link rel="stylesheet" href="./app.css">
</head>
<body>
<canvas id="canvas" width="300" height="300" />
<script type="module" src="./app.js">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment