imgyjs
v0.1.19
Published
A universal image storage middleware for any framework.
Maintainers
Readme
imgyjs is a framework‑agnostic image storage layer that sits between your application, a storage provider (Vercel Blob, Amazon S3, etc.), and a database (MongoDB, Firebase).
It provides:
- A simple upload API that returns a public image URL
- Pluggable storage and database backends
- Domain‑based read/write permissions
- First‑class integrations for Next.js (App Router) and Express
- Optional scaffolding via
create-imgyjs-appto generate a fully wired project
Table of Contents
- Installation
- Quick Start
- Configuration
- Next.js Usage
- Express Usage
- Domain Permissions
- API Reference
- Scaffolding CLI (Optional)
- Troubleshooting
- License
Installation
Install the core library:
npm install imgyjs
OR BY USING IMGY SCAFFOLDING
npx create-imgyjs-app@latest
