This commit is contained in:
“chrisshank” 2024-12-13 11:44:26 -08:00
parent 6e937ca630
commit 68a24cf4d1
1 changed files with 7 additions and 7 deletions

View File

@ -9,6 +9,13 @@
- How can someone annotate, re-layout, and program web pages they did not make or distribute? - 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? - How can we compose visual programming interfaces, hypermedia, and LLMs that work on any web page?
## Primitives
- `<folk-shape>`: Manipulate HTML elements in space.
- `<folk-ink>`: Draw lines of ink.
- `<folk-arrow>`: Define connection between HTML elements.
- `<folk-camera>`: Control a camera (panning/zoom) and query elements in space
## Development ## Development
1. Install [Bun](https://bun.sh/docs/installation) 1. Install [Bun](https://bun.sh/docs/installation)
@ -18,10 +25,3 @@ bun i
# then # then
bun dev bun dev
``` ```
## Primitives
- `<folk-shape>`: Manipulate HTML elements in space.
- `<folk-ink>`: Draw lines of ink.
- `<folk-arrow>`: Define connection between HTML elements.
- `<folk-canvas>`: Control a camera (panning/zoom) and query elements in space