Skip to content

Home > sculp-js > ICompressImgResult

ICompressImgResult interface

Signature:

typescript
export interface ICompressImgResult

Properties

Property

Modifiers

Type

Description

afterKB?

number

(Optional)

afterSrc?

string

(Optional)

beforeKB?

number

(Optional)

beforeSrc?

string

(Optional)

bufferArray?

Uint8Array

(Optional)

file

File

origin?

File

(Optional)

Released under the MIT License.