It's hard to tune the glint brightness and contrast

This commit is contained in:
Rezmason
2022-09-18 19:46:26 -07:00
parent d9b68b4669
commit b0406978d7
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ const loadJS = (src) =>
});
export default async (canvas, config) => {
await Promise.all([loadJS("lib/regl.js"), loadJS("lib/gl-matrix.js")]);
await Promise.all([loadJS("lib/regl.min.js"), loadJS("lib/gl-matrix.js")]);
const resize = () => {
canvas.width = Math.ceil(canvas.clientWidth * config.resolution);