Doc > Changelog > 1.2.50
Improvements
The web editor export method used to download a zip file. It wasn't super practical as you'd still need to start a local server to view the content.
So that method has been replaced by a one click export to codesandbox. It currently supports the following export types:
- vanilla js
- threejs
- react
- react three fiber
- vue
Note that currently, that export still has 2 known limitations:
- scenes using physics nodes cannot yet be exported (those nodes use wasm, and I still need to find a way to bundle that on codesandbox)
- when using the local app, local assets (models, textures and any other local files) are not exported
Learn about new versions with our newsletter, twitter, forum or discord.