1.1.0 • Published 4 years ago
@e3c-summer-worker/scrolling-terrain-bg v1.1.0
Scrolling Terrain
Based off of p5-typescript-starter.
Run Locally
yarn
yarn startThen start a local server and go to index.html to see the results.
Production
To build for production, run the following command:
yarn buildUsage
<script>
  const containerElement = document.getElementById("thumbnail");
  new p5(TerrainSketch.sketch(containerElement), containerElement);
</script>