Documentation
    Preparing search index...
    interface Facade {
        takeSnapshot(): Promise<undefined | string>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Takes a snapshot of the current camera viewport

      Returns Promise<undefined | string>

      The snapshot image data as a image/jpeg data URL, undefined if no canvas is available