board0
v0.0.1
Published
Infinite-canvas whiteboard editor library built on axle, targeting tldraw-parity editing capabilities.
Readme
board0
在 axle 之上构建的无限画布白板编辑器库, 用户可观察的编辑能力对标 tldraw 核心功能集。
当前处于工程基线阶段,能力规划与里程碑见
docs/tldraw-parity/tldraw-parity.md(任务设计文档)。
开发
npm install
npm run check # typecheck + lint + test + build,提交前必须全绿
npx vitest run # 仅测试(jsdom + vitest-canvas-mock)
npm run playground # vite 启动 playground(直接引用 src/)环境要求:Node >= 20.19。peer 依赖:@axiijs/axle、data0、leafer-ui、leafer-editor。
