@samatawy/diagrams
    Preparing search index...

    Interface ImageSerializer

    interface ImageSerializer {
        write(
            source: BrowserImageSource,
            options?: ImageWriteOptions,
        ): Promise<Blob>;
    }

    Implemented by

    Index

    Methods

    Methods