Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/shader_canvas/core/common/src_readers.ts>ImageDataInput

A rendering engine where you can write WebGL 2.0 shaders using custom tags.
Latest
type alias ImageDataInput
import { type ImageDataInput } from "https://deno.land/x/shader_canvas@v1.1.1/core/common/src_readers.ts";

These types can be used as image data sources for textures.

definition:
| HTMLImageElement
| HTMLCanvasElement
| HTMLVideoElement