Skip to content

Instantly share code, notes, and snippets.

<html>
<body>
<img src="success.png" width="448" height="892" id="normal">
<canvas width="448" height="892"></canvas>
<script>
function init() {
const normal = document.getElementById("normal");
if (normal === null) {
return;
}