working on yuv

This commit is contained in:
open-trade
2022-01-27 18:58:29 +08:00
parent 74c53f17ae
commit c8b681b84c
7 changed files with 3744 additions and 7 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": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},