Canvas
一個 HTML <canvas>
元素提供一個空的圖區使特定的 JavaScript APIs 可以在上面繪圖(像是 Canvas 2D 或 WebGL).
了解更多
常規知識
- Canvas 維基百科
學習資源
技術參考
- The HTML
<canvas>
element on MDN - The Canvas general documentation on MDN
CanvasRenderingContext2D
(en-US): The canvas 2D drawing API- The Canvas 2D API specification