# @prezly/uploadcare-image

> Component to handle images served through Uploadcare or its proxy

Latest version **0.3.2** (published 2022-10-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @prezly/uploadcare-image
pnpm add @prezly/uploadcare-image
yarn add @prezly/uploadcare-image
bun add @prezly/uploadcare-image
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.2 |
| Published | 2022-10-31 |
| First published | 2021-04-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 89.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | mohammadxali, francis-prezly, zourdyzou, oskar-prezly, pestaa, aspirisen, kudlik, digitalbase, e1npm, satoav, makanda |

## Links

- npm: https://www.npmjs.com/package/@prezly/uploadcare-image
- Repository: https://github.com/prezly/uploadcare-image
- Homepage: https://github.com/prezly/uploadcare-image#readme
- Issues: https://github.com/prezly/uploadcare-image/issues
- npm.io page: https://npm.io/package/@prezly/uploadcare-image

## Recent versions

- 0.3.2 (latest) — 2022-10-31
- 0.3.2-6 (preview) — 2022-11-02
- 0.3.2-5 — 2022-11-02
- 0.3.2-4 — 2022-11-02
- 0.3.2-3 — 2022-11-01
- 0.3.2-2 — 2022-10-06
- 0.3.2-1 — 2022-10-05
- 0.3.2-0 — 2022-04-29
- 0.3.1 — 2021-11-25
- 0.3.0 — 2021-11-18
- 0.2.5 — 2021-06-18
- 0.2.4 — 2021-05-28
- 0.2.3 — 2021-04-29
- 0.2.2 — 2021-04-29
- 0.2.1 — 2021-04-21
- … 2 more at https://npm.io/package/@prezly/uploadcare-image/versions

## README

# @prezly/uploadcare-image

![Version](https://img.shields.io/npm/v/@prezly/uploadcare-image)
![License](https://img.shields.io/npm/l/@prezly/uploadcare-image)

## Setup

### npm

```Shell
npm install --save @prezly/uploadcare-image
```

#### peerDependencies

Make sure all peer dependencies are met (`react`, `react-dom`).

```Shell
npm install --save react react-dom
npm install --save-dev @types/react @types/react-dom
```

## Usage

Import the default component:

```ts
import Image from '@prezly/uploadcare-image';
```

Import base package styles globally in the root of your application (or directly in your stylesheet):
```ts
import '@prezly/uploadcare-image/build/styles.css';
```

----

Brought to you by [Prezly](https://www.prezly.com/?utm_source=github&utm_campaign=@prezly/uploadcare-image).

---
_Source: https://npm.io/package/@prezly/uploadcare-image · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
