SceneInterface.screenshot() method

Capture a screenshot of the scene.

Signature:

screenshot<T extends ScreenshotType>(options: ScreenshotOptions & {
        type: T;
    }): Promise<ScreenshotResult<T>>;

Parameters

Parameter

Type

Description

options

ScreenshotOptions & { type: T; }

Returns:

Promise<ScreenshotResult<T>>

A data URI or Blob depending on the type option.

Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2026 Core3D, Inc. All Rights Reserved.