UNPKG

ppu-ocv

Version:

A type-safe, modular, chainable image processing library built on top of OpenCV.js with a fluent API leveraging pipeline processing.

4 lines (3 loc) 181 B
import type { CanvasPlatform } from "../canvas-factory.js"; /** Browser canvas platform using native DOM / OffscreenCanvas APIs */ export declare const webPlatform: CanvasPlatform;