Skip to content

Commit d7ea23c

Browse files
committed
Add screenshot to README.md
1 parent c043815 commit d7ea23c

3 files changed

Lines changed: 165 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ checking. A similar project for Gleam is
2222
- **Interactive REPL** — syntax highlighting, auto-indent, tab completion
2323
- **WASM support** — runs in the browser via a WASM build
2424

25+
26+
## Samples
27+
28+
<p align="center">
29+
<picture>
30+
<source media="(prefers-color-scheme: dark)" srcset="docs/spython-dark.svg" />
31+
<source media="(prefers-color-scheme: light)" srcset="docs/spython-light.svg" />
32+
<img alt="screenshot" src="docs/spython-dark.svg" />
33+
</picture>
34+
</p>
35+
2536
## Build
2637

2738
Requires Rust (stable). Dependencies are fetched automatically.

docs/spython-dark.svg

Lines changed: 77 additions & 0 deletions
Loading

docs/spython-light.svg

Lines changed: 77 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)