UNPKG

image-classifier-ts

Version:

Command line tool to auto-classify images, renaming them with appropriate labels. Uses Node and Google Vision API.

4 lines (3 loc) 124 B
export declare namespace StringUtils { function replaceAll(text: string, token: string, replacement: string): string; }