8 lines
220 B
TypeScript
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";
|