Paste (from your Clipboard) your Image into the Tab and then Edit (crop, resize, ....) and receive the newly edited Image in your Clipboard for use Elsewhere
This project uses HTTPS locally for secure development. Follow these steps to set up SSL certificates:
- Install mkcert:
- On macOS with Homebrew:
brew install mkcert
-
Install local CA:
mkcert -install -
Generate certificates:
mkdir .cert cd .cert mkcert localhost
This will create the necessary certificate files (localhost.pem and localhost-key.pem) in the .cert directory, which are already configured in the project's environment settings.
npm start
npm run build
Now you can host the files in any static file hosting service like Vercel, Netlify, etc.
npm install -g serve - Install Serve if you haven't already (-g installs package globally on your machine)
npx serve -s build - Serve the files locally
- Paste your image into the tab
- Edit the image (crop, resize, etc.)
- Receive the newly edited image in your clipboard for use elsewhere