@samatawy/diagrams
    Preparing search index...

    Class PngSerializer

    Convenience PNG-only serializer.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Serializes the given canvas or canvas wrapper to a Blob.

      Parameters

      • source: HTMLCanvasElement | { canvas: HTMLCanvasElement }

        The source canvas or an object containing a canvas.

      Returns Promise<Blob>

      A promise that resolves to a Blob representing the serialized image.