clipboard-inspector
clipboard-inspector copied to clipboard
A browser tool to look at what's available in the clipboard for a "paste" event.
Clipboard Inspector
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:8000 -
npm run build
builds the project -
npm run deploy
deploys the project by building it and pushing to thegh-pages
Git branch, where GitHub Pages is set up to run.