Skip to main content
CESDK/CE.SDK/Engine/Guides/Creating Scenes

Create a Scene

Learn how to create scenes in the CreativeEditor SDK.

Scenes are the root documents you will interact with and there are several ways to create them. Creation may start from scratch or start based on an existing image.

Creating an empty scene#

A scene may be created from scratch to have a clean canvas. Check the guide below for more details:

From Scratch

How to create a scene from scratch.

Guides for image based creation#

A scene may also be initialized based on an existing image. This means the first page is already prefilled with an image and sized to exactly fit that image. Check the guides below for more details:

From a remote image or video URL
How to create a scene based on a remote image or video.

From a Blob
How to create a scene based on an image Blob.

From an HTMLImageELement
How to create a scene based on an HTMLImageElement.

From an HTMLCanvasElement
How to create a scene based on an HTMLCanvasElement.