/next-ts-dropzone-watermark

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Project Setup

Install

$ npm install

Development

$ npm run dev

Features

  1. Create a drop zone for image (single image)
  2. After the image was uploaded - show a "generate" button
  3. The returned value should be the same image with a white watermark at the center, saying "This is a watermark"
  4. Limit images to 512x512, display alert if image does not fit

Uses

This is a starter template for Learn Next.js.