an image source acceptable by a constructImageBitmapSource, which generates an ImageBitmapSource for a Canvas or an OffscreenCanvas.
if the source is a string, then it must be URI. i.e. data-uri, or url-links or relative-links are all acceptable,
so long as they can be assigned to HTMLImageElement.src.
an image source acceptable by a constructImageBitmapSource, which generates an
ImageBitmapSource
for aCanvas
or anOffscreenCanvas
.if the source is a
string
, then it must be URI. i.e. data-uri, or url-links or relative-links are all acceptable, so long as they can be assigned toHTMLImageElement.src
.