Skip to content

Commit 15eea7b

Browse files
committed
topframe screenshot
1 parent 49bbf5d commit 15eea7b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@ func main() {
6363
}
6464
```
6565
### Examples
66-
#### [examples/largetype](https://github.com/progrium/macdriver/blob/main/examples/largetype/main.go#L1)
67-
A Contacts/Quicksilver-style Large Type utility in under 80 lines.
66+
[examples/largetype](https://github.com/progrium/macdriver/blob/main/examples/largetype/main.go#L1) - A Contacts/Quicksilver-style Large Type utility in under 80 lines:
6867
![largetype screenshot](https://pbs.twimg.com/media/EqaoO2MXIAEJNK2?format=jpg&name=large)
6968

70-
#### [example/topframe](https://github.com/progrium/macdriver/blob/main/examples/topframe/main.go#L1)
71-
A non-interactive, always-on-top webview with transparent background so you can draw on your
72-
screen with HTML/JS.
69+
[example/topframe](https://github.com/progrium/macdriver/blob/main/examples/topframe/main.go#L1) - A non-interactive, always-on-top webview with transparent background so you can draw on your
70+
screen with HTML/JS:
71+
![topframe screenshot](https://pbs.twimg.com/media/EqhWwe1XIAE2wFt?format=jpg&name=large)
7372

7473
## Bridge System
7574
Lastly, a common use case for this toolkit is not building full native apps, but integrating Go applications

0 commit comments

Comments
 (0)