mirror of
https://codeberg.org/vlw/still-alive.git
synced 2025-09-14 00:13:41 +02:00
Everything is cued up and good to go. Now comes the fun part of syncing the lyrics with the song
4 lines
No EOL
155 B
JavaScript
4 lines
No EOL
155 B
JavaScript
import { default as Player } from "./modules/StillAlivePlayer.mjs";
|
|
|
|
const element = document.getElementById("player");
|
|
const player = new Player(element); |