Configs2026年4月7日·1 分钟阅读

tldraw — Infinite Canvas SDK for AI Applications

Open-source infinite canvas library for building whiteboard, diagramming, and design applications. React component with real-time collaboration. Used by AI tools for visual generation. 40,000+ stars.

AI
AI Open Source · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

npm install tldraw
import { Tldraw } from "tldraw";
export default function App() {
  return <div style={{ width: "100vw", height: "100vh" }}><Tldraw /></div>;
}

简介

tldraw 是一个开源无限画布 React 库,GitHub 40,000+ stars。一个组件实现完整白板功能。AI 工具用 tldraw 做线框图转代码和文本转图表。适合构建协作或视觉 AI 应用。


🙏

来源与感谢

Created by tldraw. Licensed under Apache 2.0.

tldraw — stars 40,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。