A tool to help you explore the kinds of data available when you paste something on a web page, or drop something onto it:
https://evercoder.github.io/clipboard-inspector/
The project requires Node and npm to run locally. After cloning the repo, run npm install in the project folder to install all dependencies.
A few scripts are available:
npm run startstarts a local server on 127.0.0.1:8000npm run buildbuilds the projectnpm run deploydeploys the project by building it and pushing to thegh-pagesGit branch, where GitHub Pages is set up to run.