From 68a24cf4d13bd01d67a971d256b8d1bf3d8b5561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Fri, 13 Dec 2024 11:44:26 -0800 Subject: [PATCH] readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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