This PR mainly implements import and export functionality. The app menu now offers options to
export sketch in JSON format
import sketch from JSON format
start editing a new sketch
On the backend, this is handled by the newly extended sketch object.
The public API of the ModelState module was also slightly extended to allow for more straightforward import. The same goes for several data structures.
This PR mainly implements import and export functionality. The app menu now offers options to
On the backend, this is handled by the newly extended
sketch
object.The public API of the
ModelState
module was also slightly extended to allow for more straightforward import. The same goes for several data structures.