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.

7 lines (6 loc) 471 B
export type { BoundingBox, Coordinate, Points } from "./index.interface.js"; export { getPlatform, setPlatform } from "./canvas-factory.js"; export type { CanvasLike, CanvasPlatform, Context2DLike } from "./canvas-factory.js"; export { webPlatform } from "./platform/web.js"; export { CanvasToolkitBase as CanvasToolkit, CanvasToolkitBase, type ContourLike, } from "./canvas-toolkit.base.js"; export { CanvasProcessor, type DetectedRegion } from "./canvas-processor.js";