Adding huberfish A and D glyph sets; adding palimpsest and twilight versions.

This commit is contained in:
Rezmason
2021-11-15 23:47:10 -08:00
parent 3acce2001e
commit e95d826fb3
7 changed files with 609 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ document.addEventListener("touchmove", (e) => e.preventDefault(), {
const supportsWebGPU = async () => {
return window?.GPUQueue?.prototype?.copyExternalImageToTexture != null;
}
};
document.body.onload = async () => {
const urlParams = Object.fromEntries(new URLSearchParams(window.location.search).entries());