This commit is contained in:
0HyperCube
2023-12-09 17:11:06 +00:00
committed by GitHub
parent 99823e952a
commit fe4b9ef8bb
11 changed files with 200 additions and 143 deletions

View File

@@ -153,6 +153,8 @@ pub struct RenderConfig {
pub viewport: Footprint,
pub export_format: ExportFormat,
pub view_mode: ViewMode,
pub hide_artboards: bool,
pub for_export: bool,
}
pub struct EditorApi<'a, Io> {