• Parameters

    • data: {
          debugHint: string;
          file: Blob;
          maxDimensions: number[];
          throwOnBlack: boolean;
      }
      • debugHint: string
      • file: Blob
      • maxDimensions: number[]
      • throwOnBlack: boolean

    Returns Promise<{
        duration: number;
        thumbs: {
            fullHeight: number;
            fullWidth: number;
            height: number;
            url: string;
            width: number;
        }[];
    }>

    51428

    551428 >= 2.2222.8