# focusany-plugin-ExcalidrawEditor **Repository Path**: modstart-lib/focusany-plugin-ExcalidrawEditor ## Basic Information - **Project Name**: focusany-plugin-ExcalidrawEditor - **Description**: FocusAny插件 Excalidraw白板编辑器 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://focusany.com/plugin/ExcalidrawEditor - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-01 - **Last Updated**: 2025-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FocusAny插件 Excalidraw白板编辑器 基于开源项目 [excalidraw](https://github.com/excalidraw/excalidraw) 二次开发的白板编辑器。 ## 功能说明 ![预览图1](https://ms-assets.modstart.com/data/image/2024/12/23/27775_eu9h_4772.png) ![预览图2](https://ms-assets.modstart.com/data/image/2024/12/23/27796_nhfw_7036.png) ![预览图3](https://ms-assets.modstart.com/data/image/2024/12/23/27825_k7ao_3552.png) * 🎨 无限的、基于画布的白板。 * ✍️ 手绘风格。 * 🌓 暗黑模式。 * 🏗️ 可定制。 * 📷 图像支持。 * 😀 形状库支持。 * 🖼️ 导出为 PNG、SVG。 * ⚒️ 广泛的工具——矩形、圆形、菱形、箭头、线条、自由绘制、橡皮擦…… * ➡️ 箭头绑定和标记箭头。 * 🔙 撤消/重做。 * 🔍 支持缩放和平移。 ## 安装 确保你已经安装了 Node.js 和 npm。 ```bash npm install ``` ## 运行 启动开发服务器: ```bash npm run dev ``` 构建生产版本: ```bash npm run build ``` 预览构建结果: ```bash npm run preview ``` ## 许可证 本项目基于 Apache License 2.0 许可证。