Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created May 9, 2020 03:47
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 flushpot1125/19f20dd124960fc376ba113f0fab8fb7 to your computer and use it in GitHub Desktop.
Save flushpot1125/19f20dd124960fc376ba113f0fab8fb7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Local Development</title>
<script src="https://code.jquery.com/pep/0.4.2/pep.min.js"></script>
<style>
html,
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
#renderCanvas {
width: 100%;
height: 100%;
display: block;
font-size: 0;
}
</style>
</head>
<body>
<canvas id="renderCanvas" touch-action="none"></canvas>
<script src="main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment