UNPKG

easy-tinypng-cli

Version:

A cli can be used to compress images with tinypng.com

8 lines (7 loc) 133 B
export interface Config { targetDir: string; } export interface ExportConfig { configs: Array<Config>; APIKey: string; }