images-set-to-webp-converter
Version:
Powerful util for images (.png | .jpeg | .jpg) set conversion to .webp, generated by Abobe Images Processor Pro plugin
14 lines (13 loc) • 460 B
text/typescript
export type TImagesNotFound = string[]
export type TImagesNotFoundReturn = boolean
export type TElement = string
export type TNotRegularImageReturn = boolean
export type TPath = string
export type TNotPathReturn = boolean
export type TFolderReturn = boolean
export type TWEbPReturn = boolean
export type TCreateImage = void
export type TCreateImageReturn = void
export type TIndex = number
export type TImageParserReturn = void
export type TStartReturn = void