A starter project for integrating the TinyMCE Image Optimizer plugin with Uploadcare signed uploads.
Copy the .env.example
file to .env
and fill in the required environment variables:
TINYMCE_API_KEY=your-api-key
UPLOADCARE_PUBLIC_KEY=your-public-key
UPLOADCARE_SECRET_KEY=your-secret-key
npm install
npm run start
Open http://localhost:3000 to view it in the browser.