vue-html-to-paper
Vue mixin for paper printing html elements.
Install
NPM
npm install vue-html-to-paper
Yarn
yarn add vue-html-to-paper
CDN
https://unpkg.com/vue-html-to-paper/build/vue-html-to-paper.js
Usage
main.js
See window.open
API here.
component
You can also pass options to this.$htmlToPaper('printMe', options);
to override the global options in the Vue.use(VueHtmlToPaper, options)
.
Made with ❤️ by Jofferson Ramirez Tiquez