You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steve Ruiz a78bcc5f63
Update CONTRIBUTING.md
4 lat temu
.github Delete sponsors.yml 4 lat temu
.husky [mega-chore] renaming (#223) 4 lat temu
.vscode big refactor 4 lat temu
apps Fix undo / redo 4 lat temu
assets [chore] Sponsors in README (#301) 4 lat temu
examples Fix undo / redo 4 lat temu
guides docs(contribute doc): move the guides folder to root folder (#329) 4 lat temu
packages Improve style menu (#361) 4 lat temu
.eslintignore Prepare for Publishing VS Code Extension (#227) 4 lat temu
.eslintrc Prepare for Publishing VS Code Extension (#227) 4 lat temu
.gitignore [chore] repo-map.tldr, vscode extension improvements (#332) 4 lat temu
.npmignore Replace 4 lat temu
.prettierrc Prepare for Publishing VS Code Extension (#227) 4 lat temu
CODE_OF_CONDUCT.md updates docs / readmes / adds contributor guide 4 lat temu
CONTRIBUTING.md Update CONTRIBUTING.md 4 lat temu
LICENSE.md [improvement] UI (#215) 4 lat temu
README.md Update README.md 4 lat temu
lerna.json v1.1.3 4 lat temu
package.json Update scripts 4 lat temu
repo-map.tldr [improvement] refactor multiplayer (#336) 4 lat temu
setupTests.ts Adjusts small example, makes inputs unique to each instance 4 lat temu
tsconfig.base.json update readmes 4 lat temu
tsconfig.json [big chore] restore core to monorepo (#287) 4 lat temu
yarn.lock [improvement] refactor multiplayer (#336) 4 lat temu

README.md

Welcome to the tldraw monorepo. Here you’ll find the source code for @tldraw/tldraw, @tldraw/core, and the tldraw.com website.

🙌 Questions? Join the Discord channel or start a discussion.

💕 Love this project? Consider becoming a sponsor.

Thanks to our corporate sponsors:

…and to our individual sponsors!

Contents

This repository is a monorepo containing two packages:

  • packages/tldraw contains the source for the @tldraw/tldraw package. This is an editor as a React component named <Tldraw>. You can use this package to embed the tldraw editor in any React application.
  • packages/core contains the source for the @tldraw/core package. This is a renderer for React components in a canvas-style UI. It is used by @tldraw/tldraw as well as several other projects.

…and three apps:

…and three examples:

Discussion

Want to connect? Visit the Discord channel.

Contribution

Interested in contributing? See the contributing guide.

Support

Need help? Please open an issue for support.

License

This project is licensed under MIT.

If you’re using the library in a commercial product, please consider becoming a sponsor.

Author