This commit is contained in:
open-trade
2022-01-26 18:58:55 +08:00
parent 6e711c25b9
commit fad130b29a
3 changed files with 127 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
"name": "web_hbb",
"version": "1.0.0",
"scripts": {
"dev": "curl -O https://raw.githubusercontent.com/rgov/js-theora-decoder/main/yuv-canvas-1.2.6.js; vite",
"dev": "curl -O https://raw.githubusercontent.com/rgov/js-theora-decoder/main/yuv-canvas-1.2.6.js && vite",
"build": "tsc && vite build",
"preview": "vite preview"
},