Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisShank committed Dec 13, 2024
1 parent 6e937ca commit 68a24cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- `<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

1. Install [Bun](https://bun.sh/docs/installation)
Expand All @@ -18,10 +25,3 @@ bun i
# then
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

0 comments on commit 68a24cf

Please sign in to comment.