New Feature
- Disable pinch zoom when freedraw tool is active
- Added 3 new scripts:
- Convert freedraw to line
- Select Elements of Type
- Set background color of unclosed line object by adding a shadow clone
- New ExcalidrawAutomate functions:
selectElementsInView(elements: ExcalidrawElement[]): void; //sets selection in view
generateElementId(): string; //returns an 8 character long random id
cloneElement(element: ExcalidrawElement): ExcalidrawElement; //Returns a clone of the element with a new id