You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

canvas-source.md 355B

CanvasSource

A source of data linked to a <canvas> element.

Instantiation

Martins.Source.Canvas

Martins.Source.Canvas(canvas: HTMLCanvasElement): CanvasSource

Create a new source of data linked to the provided canvas.

Arguments

  • canvas: HTMLCanvasElement. A <canvas> element.

Returns

A new source of data.