An open API service indexing awesome lists of open source software.

https://github.com/arg0wak/nextjs-upload-adapter

This repo hosts the upload adapter for CKEditor5 and TinyMCE ready to use on NextJS.
https://github.com/arg0wak/nextjs-upload-adapter

ckeditor5 tinymce upload-adapter

Last synced: 29 days ago
JSON representation

This repo hosts the upload adapter for CKEditor5 and TinyMCE ready to use on NextJS.

Awesome Lists containing this project

README

          





# nextjs-upload-adapter

![Next JS Upload Adapter Cover](https://arg0wak.github.io/gist/images/nextjs-upload-adapter/VJG6RZFRQTBBABE.png)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [create-next-app](https://github.com/vercel/next.js/tree/canary/packages/create-next-app)

## Dependencies

```bash
sharp (install with --ignore-engines)
uuidv4
```

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.