UNPKG

image-dataset

Version:

Tool to build image dataset: collect, classify, review

6 lines (5 loc) 234 B
export declare function closeBrowser(): Promise<void>; export declare function collectByKeyword(keyword: string, options?: { cli_prefix?: string; }): Promise<void>; export declare function main(keywords: string[]): Promise<void>;