This repository shows how you might use tldraw together with the loro library. It also makes a good example for how to use tldraw with other backend services!
Refer to tldraw-yjs-example repository.
To run the local development server, first clone this repo.
Install dependencies:
yarn
Start the local development server:
For macOS/Linux:
yarn dev
Open the example project at localhost:5173
.