Fixed
- Improved styling of the color palette, especially when the color palette is extra large.
You can find the color palette used in the example here
2022-02-19.17-14-06.mp4
- legacy Excalidraw file support
- Debugged save, now you can reliably work Excalidraw on a desktop and a tablet side by side. Just make sure you wait for autosave before starting to edit on the other device (or press force save).
- The Force Save button will turn red if there are unsaved changes.
New Feature:
- new Excalidraw Automate functions (thanks to @1-2-3)
hexStringToRgb(color: string):number[];
rgbToHexString(color: number[]):string;
hslToRgb(color: number[]):number[];
rgbToHsl(color:number[]):number[];
colorNameToHex(color:string):string;