class canvasPlayer { constructor(canvasId) { this.canvas = document.getElementById(canvasId); } proload() {} render() {} }