您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

canvas-source.md 471B

CanvasSource

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

Instantiation

AR.Source.Canvas

AR.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.

Properties

canvas

source.canvas: HTMLCanvasElement, read-only

The underlying <canvas> element.

Since: 0.4.4