A minimalist and fast web tool to instantly preview and view images directly from your clipboard.
When you take a screenshot, it is often copied directly to your clipboard instead of being saved as a file or open in a preview window.
While there are platforms out there like paste.photos that let you upload an image to get a download link, sometimes you just want a simple, clean canvas to render and look at your clipboard image without downloading anything or cluttering your folders. This tool was built to solve exactly that: just paste and view.
Here is how the application looks:
- Framework: React
- Node.js Environment: v26.1.0+ (Other versions might work, but they haven't been tested).
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/froyln/PasteImageToView.git- Navigate into the project directory:
cd PasteImageToView
- Install dependencies
pnpm install
- Build and start the app
pnpm build