File tree Expand file tree Collapse file tree 3 files changed +74
-29
lines changed
Expand file tree Collapse file tree 3 files changed +74
-29
lines changed Original file line number Diff line number Diff line change 33 <picture>
44 <source media="(prefers-color-scheme: dark)" srcset="assets/nodejs-dark.svg?sanitize=true">
55 <source media="(prefers-color-scheme: light)" srcset="assets/nodejs-light.svg?sanitize=true">
6- <img width="150" alt="imgproxy-nodejs logo" src="assets/nodejs-light.svg?sanitize=true">
6+ <img alt="imgproxy-nodejs logo" src="assets/nodejs-light.svg?sanitize=true">
77 </picture>
88 </a >
99</p >
1010
11+ <h4 align =" center " >
12+ <a href =" https://imgproxy.net " >Website</a > |
13+ <a href =" https://imgproxy.net/blog/ " >Blog</a > |
14+ <a href =" https://docs.imgproxy.net " >Documentation</a > |
15+ <a href =" https://imgproxy.net/#pro " >imgproxy Pro</a > |
16+ <a href =" https://hub.docker.com/r/darthsim/imgproxy/ " >Docker</a > |
17+ <a href =" https://twitter.com/imgproxy_net " >Twitter</a > |
18+ <a href =" https://discord.gg/5GgpXgtC9u " >Discord</a >
19+ </h4 >
20+
21+ <p align =" center " >
22+ <a href =" https://github.com/imgproxy/imgproxy/actions " ><img alt =" GH Test " src =" https://img.shields.io/github/actions/workflow/status/imgproxy/imgproxy-node/ci.yml?branch=main&label=CI&style=for-the-badge " /></a >
23+ </p >
24+
1125---
1226This library helps make image processing with imgproxy easier.
1327
@@ -17,6 +31,20 @@ imgproxy-node helps build your own image processing pipeline and create URLs for
1731
1832See image processing on the fly with imgproxy-node in this [ demo] ( https://react-server-components-demo.vercel.app/image/1?preset=format_webp ) .
1933
34+ <p ><a href =" https://evilmartians.com/?utm_source=imgproxy-node " >
35+ <picture >
36+ <source
37+ media="(prefers-color-scheme: dark)"
38+ srcset="https://evilmartians.com/badges/[email protected] " 39+ >
40+ <img
41+ src="https://evilmartians.com/badges/[email protected] " 42+ alt="Sponsored by Evil Martians"
43+ width="236"
44+ height="54"
45+ >
46+ </picture >
47+ </a ></p >
2048
2149- [ Install] ( #install )
2250- [ Usage] ( #usage )
You can’t perform that action at this time.
0 commit comments