fix of a weird resize problem occuring when accessing the gridCanvas. This has been reported by Robin MENEUST from obspm

This commit is contained in:
Matthieu Baumann
2023-08-15 18:25:49 +02:00
parent bc1096fce3
commit 62633d01bc
9 changed files with 55 additions and 36 deletions

View File

@@ -34,7 +34,7 @@
"scripts": {
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2",
"predeploy": "npm run build && npm pack",
"deploy": "./deploy-dbg.sh",
"deploy": "./deploy.sh",
"build": "npm run wasm && vite build && cp examples/index.html dist/index.html",
"dev": "npm run build && vite",
"serve": "npm run dev",