Skip to content

Commit 251601c

Browse files
committed
docs: Added a package description to README.
1 parent 22ec565 commit 251601c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
![Test Status][test-status-img]
33
[![NPM version][npm-img]][npm-link]
44

5+
<a href="https://uploadcare.com/?utm_source=github&utm_campaign=nextjs-loader">
6+
<img align="right" width="56" height="56"
7+
src="https://ucarecdn.com/1cc871de-5d82-442d-b4d6-aa2e35966879/-/resize/112x112/-/quality/lightest/logocircle2x.png"
8+
alt="">
9+
</a>
10+
11+
The package helps you use the Uploadcare's transformation and CDN services from a Next.js app smoothly and easily.
12+
13+
It provides the `uploadcareLoader` function, which you can use as [a custom loader for Next's Image component](https://nextjs.org/docs/api-reference/next/image#loader), and the `UploadcareImage` component with the custom loader enabled by default.
14+
15+
516
* [Demo](#demo)
617
* [Dependencies](#dependencies)
718
* [Installation](#installation)

0 commit comments

Comments
 (0)