@cesdk/engine 1.22.0 → 1.23.0-rc.0
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 +0 -3
- package/assets/core/{cesdk-v1.22.0-DCCJ4DPN.wasm → cesdk-v1.23.0-rc.0-WRSLWYXG.wasm} +0 -0
- package/assets/core/{worker-host-v1.22.0-63XPN27J.js → worker-host-v1.23.0-rc.0-PG6NSCCU.js} +1 -1
- package/assets/extensions/ly.img.cesdk.effects/thumbnails/imgly_effect_29.jpeg +0 -0
- package/assets/extensions/ly.img.cesdk.effects/thumbnails/imgly_effect_30.jpeg +0 -0
- package/index.d.ts +28 -4
- package/index.js +1 -1
- package/package.json +1 -1
- package/example.js +0 -68
- package/index.html +0 -14
- /package/assets/core/{cesdk-v1.22.0-GD242ZBP.data → cesdk-v1.23.0-rc.0-GD242ZBP.data} +0 -0
package/README.md
CHANGED
|
@@ -41,9 +41,6 @@ CreativeEngine
|
|
|
41
41
|
});
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
You can find a more complete example inside the package, in the included
|
|
45
|
-
`index.html`/`example.js` files.
|
|
46
|
-
|
|
47
44
|
## Documentation
|
|
48
45
|
The full documentation of Creative Engine can be found at
|
|
49
46
|
[https://img.ly/docs/cesdk/web/guides/headless/](https://img.ly/docs/cesdk/web/guides/headless/).
|