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) 168 B
import type { CanvasPlatform } from "../canvas-factory.js"; /** Node.js canvas platform backed by @napi-rs/canvas */ export declare const nodePlatform: CanvasPlatform;