README
Take screenshot of a page or export is as PDF.
yarn global add @apr/export-page
export-page-pdf https://www.google.com/
export-page-png https://www.google.com/
Export page as PDF or PNG
<script type="module">
import aprExportPage from 'https://cdn.skypack.dev/@apr/export-page';
</script>
Take screenshot of a page or export is as PDF.
yarn global add @apr/export-page
export-page-pdf https://www.google.com/
export-page-png https://www.google.com/