Skip to content

Commit

Permalink
Fix illustration
Browse files Browse the repository at this point in the history
Because GitHub cuts paths to 2dppx.
  • Loading branch information
firefoxic committed Apr 20, 2024
1 parent ea5ba85 commit 304d8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
🪄 Conjure images, icons and favicons for your frontend project.

<picture>
<source srcset="https://raw.githubusercontent.com/firefoxic/conjure/main/example/dark@1x.webp 1x, https://raw.githubusercontent.com/firefoxic/conjure/main/example/dark@2x.webp 2x" width="414" height="482" media="( prefers-color-scheme: dark )">
<img src="https://raw.githubusercontent.com/firefoxic/conjure/main/example/light@1x.webp" srcset="https://raw.githubusercontent.com/firefoxic/conjure/main/example/light@2x.webp 2x" width="414" height="482" alt="Example showing the source files, and the files after running the 'conjure all -r' command.">
<source srcset="https://raw.githubusercontent.com/firefoxic/conjure/main/example/dark@2x.webp" width="414" height="482" media="( prefers-color-scheme: dark )">
<img src="https://raw.githubusercontent.com/firefoxic/conjure/main/example/light@2x.webp" width="414" height="482" alt="Example showing the source files, and the files after running the 'conjure all -r' command.">
</picture>

## Purpose
Expand Down

0 comments on commit 304d8c3

Please sign in to comment.