About Me

About Me

<p>I enjoy technology and building things.</p>

    await init();
    const container = new Container();
    const canvas = document.getElementById('canvas');
    const ctx = canvas.getContext('2d');
    container.render(ctx, canvas.width, canvas.height);
}

run();