UNPKG

image-classifier-ts

Version:

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

5 lines (4 loc) 149 B
import { Dimensions } from "../model/Dimensions"; export declare namespace ImageDimensions { function getDimensions(path: string): Dimensions; }