diff --git a/docs/ExcalidrawScriptsEngine.md b/docs/ExcalidrawScriptsEngine.md index 52db2df..a2cfd1b 100644 --- a/docs/ExcalidrawScriptsEngine.md +++ b/docs/ExcalidrawScriptsEngine.md @@ -23,7 +23,9 @@ An Excalidraw script will automatically receive two objects: - `utils`: There is currently only a single function published on `utils` - `inputPrompt: (header: string, placeholder?: string, value?: string)`. You need to await the result of inputPrompt. See the example below for details. -## Example Excalidraw Automate script +--------- + +## Example Excalidraw Automate Scripts ### Add box around selected elements @@ -156,4 +158,4 @@ elements.forEach((el)=>{ ea.addToGroup([el.id,ellipseId]); }); ea.addElementsToView(); -``` \ No newline at end of file +```