• Draws the Chalkboard logo.

    Parameters

    • Optional x: number = ...

      The x-position

    • Optional y: number = ...

      The y-position

    • Optional size: number = 1

      The size

    • Optional context: CanvasRenderingContext2D = ...

      The JavaScript Canvas API context

    Returns void

    Example

    // Draws the logo at (250, 250) with a scale of 2
    Chalkboard.LOGO(250, 250, 2);

Generated using TypeDoc