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 start
starts a local server on 127.0.0.1:8000npm run build
builds the projectnpm run deploy
deploys the project by building it and pushing to thegh-pages
Git branch, where GitHub Pages is set up to run.