Skip to content

Commit 97a23ee

Browse files
committed
docs: add logo
1 parent c22fa7d commit 97a23ee

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

.github/logo-dark.svg

Lines changed: 12 additions & 0 deletions
Loading

.github/logo-light.svg

Lines changed: 12 additions & 0 deletions
Loading

.github/logo-mini.svg

Lines changed: 11 additions & 0 deletions
Loading

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<h1 align="center">
2-
tsx
32
<br>
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset=".github/logo-dark.svg">
5+
<img width="160" alt="tsx" src=".github/logo-light.svg">
6+
</picture>
7+
<br><br>
48
<a href="https://npm.im/tsx"><img src="https://badgen.net/npm/v/tsx"></a> <a href="https://npm.im/tsx"><img src="https://badgen.net/npm/dm/tsx"></a>
59
</h1>
610

0 commit comments

Comments
 (0)