printwhat
v0.0.1
Published
Print *just* a specific element on the page
Downloads
1
Maintainers
Readme
printwhat.js
Print just a specific element on the page
<button print="#image-1">Print Image</button>
<img id="image-1" src="https://via.placeholder.com/150"/>
Scripts
Development
npm run dev
Build
npm run build
Publish
npm version x.x.x
npm publish