@cesdk/cesdk-js 1.69.0-rc.0 → 1.69.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -41,7 +41,7 @@ CreativeEditorSDK
41
41
  .then(async (cesdk) => {
42
42
  await cesdk.addDefaultAssetSources();
43
43
  await cesdk.addDemoAssetSources({ sceneMode: 'Design' });
44
- await cesdk.createDesignScene();
44
+ await cesdk.actions.run('scene.create');
45
45
 
46
46
  /** do something with the instance of CreativeEditor SDK **/
47
47
  });