@lakex-react/drawing-bord
v0.2.1
Published
Editable Drawnix drawing-board cards and AI assistant for @lakex-react/core.
Readme
@lakex-react/drawing-bord
Editable drawing-board cards and AI assistant for @lakex-react/core.
npm install @lakex-react/core @lakex-react/drawing-bordimport { LakexEditor } from '@lakex-react/core';
import { drawingBoardCard } from '@lakex-react/drawing-bord';
import '@lakex-react/core/style.css';
import '@lakex-react/drawing-bord/style.css';
<LakexEditor config={{ customCard: { cards: [drawingBoardCard] } }} />;The package also exports flowchartBoardCard, umlBoardCard, and
mindmapBoardCard. The AI assistant is included and registered automatically;
configure its model adapter through cardConfigs.AI.generate, or use
createLakexAI() from @lakex-react/ai to share one service with document
and code-block AI.
The package also exports LakexAIBoardAssistant, AI schema helpers, and
installDrawingBoardAI for integrations that need explicit registration.
