Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a canvas drawing context.
const ctx = my.createCanvasContext('myCanvas'); ctx.setFillStyle('red'); ctx.fillRect(10, 10, 150, 100); ctx.draw();
<canvas id="myCanvas" style="width: 300px; height: 200px;"></canvas>