Installation
At the moment the @tldraw/tldraw
package is in beta. We also ship a canary version which is always up to date with the main branch of tldraw repository.
Beta
First, install the @tldraw/tldraw
package using @beta
for the latest alpha release.
yarn add @tldraw/tldraw@beta
npm install @tldraw/tldraw@beta
Canary
To get the very latest version, use the latest canary release. Docs for the very latest version are also available at canary.tldraw.dev.
yarn add @tldraw/tldraw@canary
npm install @tldraw/tldraw@canary