Type Alias HitomiImage

HitomiImage: {
    hasAvif: boolean;
    hash: string;
    hasJxl: boolean;
    hasWebp: boolean;
    height: number;
    index: number;
    name: string;
    width: number;
}

Type representing the image object.

Type declaration

  • hasAvif: boolean
  • hash: string
  • hasJxl: boolean
  • hasWebp: boolean
  • height: number
  • index: number
  • name: string
  • width: number