Optional
x: number = ...The x-position
Optional
y: number = ...The y-position
Optional
size: number = 1The size
Optional
context: CanvasRenderingContext2D = ...The JavaScript Canvas API context
// Draws the logo at (250, 250) with a scale of 2
Chalkboard.LOGO(250, 250, 2);
Generated using TypeDoc
Draws the Chalkboard logo.