tldraw/tldraw
Fork: 2096 Star: 34891 (更新于 2024-08-17 05:10:03)
license: NOASSERTION
Language: TypeScript .
SDK for creating whiteboards and canvas experiences on the web.
最后发布版本: v2.4.0 ( 2024-07-23 00:43:29)
tldraw
Welcome to the public monorepo for tldraw. tldraw is a library for creating infinite canvas experiences in React. It's the software behind the digital whiteboard tldraw.com.
- Read the docs and learn more at tldraw.dev.
- Learn about our license.
🤵 Interested in purchasing a commercial license for the tldraw SDK? Fill out this form.
Installation
npm i tldraw
Usage
import { Tldraw } from 'tldraw'
import 'tldraw/tldraw.css'
export default function App() {
return (
<div style={{ position: 'fixed', inset: 0 }}>
<Tldraw />
</div>
)
}
Learn more at tldraw.dev.
Local development
The local development server will run our examples app. The basic example will show any changes you've made to the codebase.
To run the local development server, first clone this repo.
Enable corepack to make sure you have the right version of yarn
:
corepack enable
Install dependencies:
yarn
Start the local development server:
yarn dev
Open the example project at localhost:5420
.
License
The tldraw source code and its distributions are provided under the tldraw license. This license does not permit commercial use. To purchase a commercial license or learn more, please fill out this form.
Trademarks
Copyright (c) 2024-present tldraw Inc. The tldraw name and logo are trademarks of tldraw. Please see our trademark guidelines for info on acceptable usage.
Contact
Find us on Twitter/X at @tldraw.
Community
Have questions, comments or feedback? Join our discord or start a discussion. For the latest news and release notes, check out our Substack.
Contribution
Please see our contributing guide. Found a bug? Please submit an issue.
Contributors
Star History
最近版本更新:(数据更新于 2024-07-25 11:41:03)
2024-07-23 00:43:29 v2.4.0
2024-06-25 21:28:01 v2.3.0
2024-06-24 23:31:56 v2.2.4
2024-06-24 21:32:18 v2.2.3
2024-06-24 20:57:20 v2.2.2
2024-06-18 01:10:24 v2.2.1
2024-06-11 20:53:19 v2.2.0
2024-04-30 00:12:33 v2.1.4
2024-04-25 22:48:42 v2.1.3
2024-04-25 20:48:33 v2.1.2
主题(topics):
board, canvas, diagram, drawing, infinite, react, sketch, svg, whiteboard
tldraw/tldraw同语言 TypeScript最近更新仓库
2024-09-09 16:34:00 labring/FastGPT
2024-09-09 04:32:44 laurent22/joplin
2024-09-08 23:32:32 the1812/Bilibili-Evolved
2024-09-08 12:14:05 MetaCubeX/metacubexd
2024-09-08 03:43:10 shadcn-ui/ui
2024-09-07 22:15:25 ChatGPTNextWeb/ChatGPT-Next-Web