Hello Guys,
I'm writing a app in electron with react in which I need a print option. I can use $.print() from jQuery but the dpi is too worst something like 72. So plz help me out.
I'm a front-end react developer. Worked on electron.io, react-native depended projects
Peter Scheler
JS enthusiast
There is a print function in electron.
To style the print use a media query (
@media print {...}) and related css properties likepage-break-before.