A Svelte app for layout exercises: you see a word, then arrange black squares on a square canvas. Adjust size and rotation of each square.
npm installnpm run dev— open http://localhost:5173
- Word at the top changes with Next word.
- Add square — places a new black square on the canvas.
- Drag a square to move it.
- Click a square to select it, then use Size and Rotation sliders.
- Next word clears the canvas and shows a new word.