still-alive/assets/js/player.mjs
Victor Westerlund 601c7d3dd2 Unsynced working example
Everything is cued up and good to go. Now comes the fun part of syncing the lyrics with the song
2021-10-30 13:30:15 +02:00

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);