Skip to content

Commit 1e5be3e

Browse files
committed
docs: Add Margelo banner (https://margelo.io)
1 parent f67a108 commit 1e5be3e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a href="https://margelo.io">
2+
<img src="./img/banner.svg" width="100%" />
3+
</a>
4+
15
<a href="https://github.com/sponsors/mrousavy">
26
<img align="right" width="160" alt="This library helped you? Consider sponsoring!" src=".github/funding-octocat.svg">
37
</a>
@@ -47,7 +51,7 @@ npx pod-install
4751
<li>uploads the image to a content delivery network (e.g. AWS)</li>
4852
</ol>
4953
<li>Now everytime a user loads a feed of posts from my database, I can immediately show a <code>&lt;Blurhash&gt;</code> component (with the post's <code>.blurhash</code> property) over my <code>&lt;Image&gt;</code> component, and fade it out once the <code>&lt;Image&gt;</code> component's <a href="https://reactnative.dev/docs/image#onloadend"><code>onLoadEnd</code></a> function has been called.</li>
50-
54+
5155
<br/>
5256
<blockquote>
5357
Note: You can also use the <a href="#encoding">react-native-blurhash encoder</a> to encode straight from your React Native App!

0 commit comments

Comments
 (0)