CanvasImageSource
is a helper type representing any objects of one of the following types:
CSSImageValue
HTMLImageElement
SVGImageElement
HTMLVideoElement
HTMLCanvasElement
ImageBitmap
OffscreenCanvas
This is a helper type to simplify the specification, it is not an interface and there are no objects implementing it.
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'CanvasImageSource' in that specification. |
Living Standard | Initial definition. |