# @prezly/uploadcare-widget

> Typescript-friendly wrapper around Uploadcare Widget library (`uploadcare-widget`).

Latest version **3.16.1** (published 2022-01-11) · BSD-2-Clause license · 0 weekly downloads

## Install

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

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.16.1 |
| Published | 2022-01-11 |
| First published | 2022-01-11 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 13.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | pestaa, aspirisen, kudlik, digitalbase, e1npm, satoav, makanda |
| Keywords | uploadcare, widget, typescript, types |

## Links

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

## Dependencies (2)

- [@types/jquery](https://npm.io/package/@types/jquery.md) ^3.5.12
- [uploadcare-widget](https://npm.io/package/uploadcare-widget.md) ^3.16.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 3.16.1 (latest) — 2022-01-11
- 3.16.0 — 2022-01-11

## README

# @prezly/uploadcare-widget

Prezly's `uploadcare-widget` package is a thin wrapper 
providing *partial* Typescript definitions 
for the original [Uploadcare's `uploadcare-widget`](https://github.com/uploadcare/uploadcare-widget/) library.

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

## Usage

```sh
npm add @prezly/uploadcare-widget
```

```ts
import type { FilePromise } from '@prezly/uploadcare-widget';
import uploadcare from '@prezly/uploadcare-widget';

// your type-safe Typescript code
```

**Note**: The code in this package is not bundled and is expected to be processed 
by a bundler (e.g. [Webpack](webpack.js.org/) or [Rullup](https://rollupjs.org/)) before running in production.

## Versioning

Similarly to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) we will be following
original package version by providing the corresponding type-definitions on top.

## Credits

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

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