New
- Updated Mindmap Builder with the feature to configure a custom color palette for branches.
- Custom Pen Settings stroke color and background color now use the scene color picker, allowing the user to select colors from their custom palette.
- Updated the Scribble Helper script with the new color picker to select the text color.
New in Excalidraw Automate
public async showColorPicker(
anchorElement: HTMLElement,
palette: "canvasBackground"|"elementBackground"|"elementStroke",
includeSceneColors: boolean = true,
): Promise<string | null>;
getViewColorPalette(palette: "canvasBackground"|"elementBackground"|"elementStroke"): (string[] | string)[]