Skip to content

Commit 00a1144

Browse files
committed
docs(readme): add Star History chart section
Renders the star-history.com chart (light/dark) at the end of the README.
1 parent 4a9b1c7 commit 00a1144

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,13 @@ Full detail: [architecture overview](./docs/architecture/overview.md) · [
243243
## License
244244

245245
MIT — see [`LICENSE`](./LICENSE).
246+
247+
## Star History
248+
249+
<a href="https://www.star-history.com/?repos=DemchaAV%2FGraphCompose&type=date&legend=top-left">
250+
<picture>
251+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=DemchaAV/GraphCompose&type=date&theme=dark&legend=top-left" />
252+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=DemchaAV/GraphCompose&type=date&legend=top-left" />
253+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=DemchaAV/GraphCompose&type=date&legend=top-left" />
254+
</picture>
255+
</a>

0 commit comments

Comments
 (0)