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 eb20f1c816
[fix] current style and selected style (#298)
преди 3 години
.github [big chore] restore core to monorepo (#287) преди 3 години
.husky [mega-chore] renaming (#223) преди 3 години
.vscode big refactor преди 3 години
apps Update READMEs (#290) преди 3 години
examples Update READMEs (#290) преди 3 години
packages [fix] current style and selected style (#298) преди 3 години
.eslintignore Prepare for Publishing VS Code Extension (#227) преди 3 години
.eslintrc Prepare for Publishing VS Code Extension (#227) преди 3 години
.gitignore [big chore] restore core to monorepo (#287) преди 3 години
.npmignore Replace преди 3 години
.prettierrc Prepare for Publishing VS Code Extension (#227) преди 3 години
CODE_OF_CONDUCT.md updates docs / readmes / adds contributor guide преди 3 години
CONTRIBUTING.md 1.0.0 (#267) преди 3 години
LICENSE.md [improvement] UI (#215) преди 3 години
README.md Update READMEs (#290) преди 3 години
card-repo.png [improvement] repo shuffle (#214) преди 3 години
lerna.json v1.0.3 преди 3 години
package.json update readmes преди 3 години
setupTests.ts Adjusts small example, makes inputs unique to each instance преди 3 години
tsconfig.base.json update readmes преди 3 години
tsconfig.json [big chore] restore core to monorepo (#287) преди 3 години
yarn.lock [big chore] restore core to monorepo (#287) преди 3 години

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.

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:

Contribution

See the contributing guide.

Support

Need help? Please open an issue for support.

Discussion

Want to connect with other devs? Visit the Discord channel.

License

This project is licensed under MIT.

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

Author