diff --git a/README.md b/README.md index 5e508b9..2fdfe31 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ - How can someone annotate, re-layout, and program web pages they did not make or distribute? - How can we compose visual programming interfaces, hypermedia, and LLMs that work on any web page? +## Primitives + +- ``: Manipulate HTML elements in space. +- ``: Draw lines of ink. +- ``: Define connection between HTML elements. +- ``: Control a camera (panning/zoom) and query elements in space + ## Development 1. Install [Bun](https://bun.sh/docs/installation) @@ -18,10 +25,3 @@ bun i # then bun dev ``` - -## Primitives - -- ``: Manipulate HTML elements in space. -- ``: Draw lines of ink. -- ``: Define connection between HTML elements. -- ``: Control a camera (panning/zoom) and query elements in space