Shapes module boot-time configuration.

interface AsukaShapesModuleConfig {
    editDefaults?: AsukaShapeEditDefaultsConfig;
    style?: AsukaShapeStyleConfig;
    svgAssets?: AsukaShapeSvgAssetConfig[];
}

Properties

Shape editor defaults.

Default shape style.

Boot-time SVG assets shown in the picker.