doc update

This commit is contained in:
Zsolt Viczian
2021-12-05 20:25:11 +01:00
parent c324ed9618
commit fd8128599c
2 changed files with 1 additions and 23 deletions

View File

@@ -150,6 +150,7 @@ export interface ExcalidrawAutomate {
//utility functions to generate EmbeddedFilesLoaderand ExportSettings objects
getEmbeddedFilesLoader(isDark?:boolean):EmbeddedFilesLoader;
getExportSettings(withBackground:boolean,withTheme:boolean):ExportSettings;
getBoundingBox(elements:ExcalidrawElement[]): {topX:number,topY:number,width:number,height:number};
}
```