# froala-imgur

> Plugin for uploading imgur image on WYSIWYG HTML Editor

Latest version **1.0.2** (published 2022-05-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install froala-imgur
pnpm add froala-imgur
yarn add froala-imgur
bun add froala-imgur
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-05-27 |
| First published | 2022-05-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 26.3 KB |
| Known vulnerabilities | 0 (+4 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Maxime Houdais-Morançais |
| Maintainers | maxhou00 |
| Keywords | froala, froala-plugin, wysiwyg, rich, editor, imgur, images |

## Links

- npm: https://www.npmjs.com/package/froala-imgur
- Repository: https://github.com/Maxhou00/froala-imgur
- Homepage: https://github.com/Maxhou00/froala-imgur#readme
- Issues: https://github.com/Maxhou00/froala-imgur/issues
- npm.io page: https://npm.io/package/froala-imgur

## Dependencies (1)

- [jquery](https://npm.io/package/jquery.md) ^1.12.4

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 1.0.2 (latest) — 2022-05-27

## README

# froala-imgur [![npm](https://img.shields.io/npm/v/froala-imgur.svg)](https://www.npmjs.com/package/froala-imgur) [![license](https://img.shields.io/npm/l/froala-imgur.svg)](LICENSE.md)

Plugin for using imgur as uploader for Froala WYSIWYG HTML Editor

## Prerequisites

The following must be available for this plugin to work properly:

- Froala Editor >= 4.0.0 (developed under 4.0.4)
- A ClientID from the [imgur API](https://apidocs.imgur.com/)

## Installing

Add `froala-imgur` to your package.json:

```bash
npm install --save froala-imgur
# or
yarn add froala-imgur
```

Load `froala-imgur.js` on your page:

```html
<!-- after loading froala core -->
<script src="/node_modules/froala-imgur/froala-imgur.js"></script>
```

In your Froala configuration, add `imgurClientId` with your imgur's API id and add `imgurButton` anywhere on your toolbar.

```javascript
const froalaConfig = {
  ...,
  imgurClientId: "xxxxxxxxxxxx",
  toolbarButtons: ['imgurButton', '|', 'insertVideo', ...],
  ...
};
```

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

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