We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701df04 commit 9492fbcCopy full SHA for 9492fbc
4 files changed
README.md
@@ -1,5 +1,9 @@
1
-<a href="https://margelo.io">
2
- <img src="./docs/img/banner.svg" width="100%" />
+<a href="https://margelo.com">
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="./docs/img/banner-dark.png" />
4
+ <source media="(prefers-color-scheme: light)" srcset="./docs/img/banner-light.png" />
5
+ <img alt="react-native-quick-crypto" src="./docs/img/banner-light.png" />
6
+ </picture>
7
</a>
8
9
# ⚡️ react-native-quick-crypto
docs/img/banner-dark.png
1.15 MB
docs/img/banner-light.png
1.17 MB
docs/img/banner.svg
0 commit comments