8426602086ffb6a43a850393786cd419103de6d7none
CLAUDE.mdTool: claude-code# Simple VTT
A lightweight Virtual Table Top application for tabletop RPG games.
## Quick Start
```bash
npm install
npm run build
npm start
```
Open http://localhost:3000 in your browser.
## Features
- **Tokens**: Upload PNG images as tokens, drag to move with distance display (default 1x1 grid size)
- **Token Sizes**: Tokens are sized in grid units (1x1, 2x2, etc.) and scale automatically when grid size changes
- **Maps**: Upload background map images
- **Grid**: Optional grid overlay with configurab.claudeTool: claude-codenone