class ImageBitmapLoader
extends Loader
import { ImageBitmapLoader } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";
Constructors
new
ImageBitmapLoader(manager?: LoadingManager)Methods
load(): any
url: string,
onLoad?: (response: ImageBitmap) => void,
onProgress?: (request: ProgressEvent) => void,
onError?: (event: ErrorEvent) => void,
setOptions(options: object): ImageBitmapLoader