Files
opencv/src/cv/index.ts
2025-03-17 15:55:43 +08:00

8 lines
220 B
TypeScript

export { setConfig as config } from "./addon";
export { downloadAddon } from "./download";
export * from "./mat";
export * from "./videocapture";
export * from "./consts";
export * from "./proc";
export * from "./draw";