Skip to content

Commit

Permalink
Update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 17, 2024
1 parent 5b4c8c1 commit b2fdab6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<a href="https://margelo.io">
<img src="./img/banner.svg" width="100%" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./img/bg-dark.png" />
<source media="(prefers-color-scheme: light)" srcset="./img/bg-light.png" />
<img alt="Worklets" src="./img/bg-light.png" />
</picture>
</a>

# 🧵 react-native-worklets-core
Expand Down
13 changes: 0 additions & 13 deletions img/banner.svg

This file was deleted.

Binary file added img/bg-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/bg-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"cpp",
"plugin.js",
"*.podspec",
"img/banner.svg",
"../README.md",
"../img/bg-light.png",
"../img/bg-dark.png",
"!lib/typescript/example",
"!ios/build",
"!android/build",
Expand Down

0 comments on commit b2fdab6

Please sign in to comment.