tldraw
Installation
SKILL.md
tldraw — Infinite Canvas SDK
Overview
Tldraw, the open-source library for creating infinite canvas experiences in React applications. Helps developers embed collaborative whiteboards, diagram editors, and visual tools with tldraw's shape system, camera controls, and multiplayer support.
Instructions
Basic Setup
Embed a full-featured whiteboard in a React app:
// src/components/Whiteboard.tsx — Basic tldraw canvas
import { Tldraw } from "tldraw";
import "tldraw/tldraw.css";
Related skills