|
|
|
@ -4,6 +4,7 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/** @type {HTMLCanvasElement} */ |
|
|
|
/** @type {HTMLCanvasElement} */ |
|
|
|
|
|
|
|
const document = window.document; |
|
|
|
export const canvas = document.getElementById('scene'); |
|
|
|
export const canvas = document.getElementById('scene'); |
|
|
|
|
|
|
|
|
|
|
|
/** @type {CanvasRenderingContext2D} */ |
|
|
|
/** @type {CanvasRenderingContext2D} */ |
|
|
|
|