[]
        
(Showing Draft Content)

GC.Spread.Common

Namespace: Common

GC.Spread.Common

Table of contents

Classes

Interfaces

Type aliases

Type aliases

IImageSource

Ƭ IImageSource: { kind: "url" ; src: string } | { dataUrl: string ; kind: "data" } | { blobUrl: string ; kind: "blobUrl" } | { blob: Blob ; kind: "blob" } | { file: File ; kind: "file" }