ok really im close now

This commit is contained in:
41666 2023-10-08 00:01:11 -04:00
parent 22e9cb094d
commit 89759068e5
16 changed files with 53 additions and 87 deletions

5
hack/glsl-plugin.ts Normal file
View file

@ -0,0 +1,5 @@
import glsl from "esbuild-plugin-glsl";
export default glsl({
minify: true,
});