UNPKG

@lightningjs/renderer

Version:
8 lines (7 loc) 271 B
import type { Platform } from '../platforms/Platform.js'; export interface CreateImageBitmapSupport { basic: boolean; options: boolean; full: boolean; } export declare function validateCreateImageBitmap(platform: Platform): Promise<CreateImageBitmapSupport>;