Documentation
    Preparing search index...

    Interface AnnotationCanvasSnapshotInterface

    interface AnnotationCanvasSnapshotInterface {
        createSnapshot(): Promise<{ blob: Blob; dataURL: string }>;
    }

    Implemented by

    Index

    Methods