Pixel Data JS - v0.28.0
Preparing search index...
ReusableCanvas
Interface ReusableCanvas<T>
interface
ReusableCanvas
<
T
extends
HTMLCanvasElement
|
OffscreenCanvas
>
{
canvas
:
T
;
ctx
:
CanvasContext
<
T
>
;
}
Type Parameters
T
extends
HTMLCanvasElement
|
OffscreenCanvas
Index
Properties
canvas
ctx
Properties
Readonly
canvas
canvas
:
T
Readonly
ctx
ctx
:
CanvasContext
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
canvas
ctx
Pixel Data JS - v0.28.0
Loading...