Update introduction.md

This commit is contained in:
zsviczian
2021-12-11 11:56:26 +01:00
committed by GitHub
parent 446e8b12c5
commit 53f7353fa3

View File

@@ -8,7 +8,7 @@ const ea = ExcalidrawAutomate;
ea.reset();
```
In case you are using the Excalidraw plugin's built in [Scripting Engine](../ExcalidrawScriptsEngine.md), the engine will take care of initializing the ea object.
In case you are using the Excalidraw plugin's built in [Scripting Engine](../ExcalidrawScriptsEngine.md), the engine will take care of initializing the `ea` object.
The first line creates a constant so you can avoid writing ExcalidrawAutomate 100x times.