node-html-pdf
node-html-pdf copied to clipboard
Output PDF get blur when using CSS grayscale
Hi I'm using the grayscale filter on the body tag. The output file gets blurred. my code:
@media print {body{-webkit-filter: grayscale(100%);}}
Before:
After: