mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-31 14:57:58 +00:00
✨ feat: Rework on streaming to use WebM format
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { stream } from "./stream";
|
||||
import { Player, createPlayer } from "./player";
|
||||
|
||||
export { Player, createPlayer };
|
||||
|
||||
export default {
|
||||
stream,
|
||||
Player,
|
||||
createPlayer,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user