remove resize observer throttling

This commit is contained in:
Matthieu Baumann
2024-03-26 11:21:18 +01:00
parent 5efcb20b5c
commit 08a9c290ee
5 changed files with 8 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
],
"scripts": {
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2 -Z build-std=panic_abort,std -Z build-std-features=panic_immediate_abort ",
"predeploy": "npm run build && rm -rf aladin-lite.tgz && npm pack",
"predeploy": "npm run build && rm -rf aladin-lite*.tgz && npm pack",
"deploy": "python3 deploy/deploy.py",
"build": "npm run wasm && vite build && cp examples/index.html dist/index.html",
"dev": "npm run build && vite",