will implement async web sock myself

This commit is contained in:
open-trade
2022-01-19 19:13:49 +08:00
parent d7d4b46c46
commit a90cacaeb8
3 changed files with 279 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import './style.css';
import { loadVp9, loadOpus } from "./codec";
import './websock';
loadVp9();
loadOpus();