Instant Gratification preview

by clauswilke

HTML

<!--
This code is Copyright Claus O. Wilke, 2023

License: CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/)

Click on "Run" to generate a new iteration.

Keyboard commands:
t - cycle textures
s - save SVG image (without texture)
p - save PNG image (with texture)
-->

CSS

body {
  margin: 0px;
  background: black;
}

#imgcanvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

JavaScript

let fxhash =...