MyGit

tldraw/tldraw

Fork: 2200 Star: 35775 (更新于 2024-11-10 15:31:35)

license: NOASSERTION

Language: TypeScript .

whiteboard / infinite canvas SDK

最后发布版本: v3.0.3 ( 2024-09-17 20:52:54)

官方网址 GitHub网址

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.

🤵 Interested in using tldraw in your product? Click here to learn about our license and pricing.

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 SDK is provided under the tldraw license.

You can use the tldraw SDK in commercial or non-commercial projects so long as you preserve the "Made with tldraw" watermark on the canvas. To remove the watermark, you can purchase a business license. Visit tldraw.dev to learn more.

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.

Distributions

You can find tldraw on npm here.

Contribution

Please see our contributing guide. Found a bug? Please submit an issue.

Community

Have questions, comments or feedback? Join our discord or start a discussion. For the latest news and release notes, visit tldraw.dev.

Contributors

Star History

Star History Chart

Contact

Find us on Twitter/X at @tldraw. You can contact us at by email at hello@tldraw.com.

最近版本更新:(数据更新于 2024-09-20 10:30:41)

2024-09-17 20:52:54 v3.0.3

2024-09-16 17:56:17 v3.0.2

2024-09-14 15:22:50 v3.0.1

2024-09-13 22:37:11 v3.0.0

2024-08-29 18:01:47 v2.4.6

2024-08-22 21:50:28 v2.4.5

2024-08-06 01:56:39 v2.4.4

2024-07-31 21:08:32 v2.4.3

2024-07-29 21:55:02 v2.4.2

2024-07-25 22:02:23 v2.4.1

主题(topics):

canvas, collaboration, design, diagram, drawing, infinite, multiplayer, react, sketch, sync, whiteboard

tldraw/tldraw同语言 TypeScript最近更新仓库

2024-11-24 06:05:47 RSSNext/Follow

2024-11-23 21:18:28 MetaCubeX/metacubexd

2024-11-23 12:44:19 clash-verge-rev/clash-verge-rev

2024-11-23 10:05:04 continuedev/continue

2024-11-23 02:27:31 microsoft/TypeScript

2024-11-23 00:25:37 siyuan-note/siyuan