Skip to content

Commit

Permalink
Merge pull request #400 from imgix/dark-mode-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
arno-fukuda authored Jan 13, 2025
2 parents 325d507 + 1387c6a commit f22bb06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!-- ix-docs-ignore -->
![imgix logo](https://assets.imgix.net/sdk-imgix-logo-new.svg)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.imgix.net/sdk-imgix-logo-new-dark.svg">
<img src="https://assets.imgix.net/sdk-imgix-logo-new.svg">
</picture>

`imgix.js` is a dependency-free JavaScript library for the browser that allows for easy integration of [imgix](https://www.imgix.com) into websites.

Expand Down

0 comments on commit f22bb06

Please sign in to comment.