Getting Started
Timeline Canvas is a high-performance, plugin-driven Canvas timeline component. It uses a seconds-based relative time model (all times are offsets in seconds from the start).
Basic Usage
Minimal runnable flow: create a canvas → initialize
Timeline→ load data → (optional) load plugins.
1. Install
2. Create a Canvas
3. Initialize the Timeline (Seconds-based)
4. Load Data (Seconds-based)
5. Add Plugins (Optional)
usePlugin()returnsPromise<boolean>to indicate whether the plugin was loaded successfully.
Further Reading
Architecture Overview (Optional)
Using MCP in VS Code (Optional)
If you use VS Code + Copilot Chat and want AI to help via tool calls (e.g., generating plugin scaffolding, running validations, or triggering allowlist scripts), see: