Skip to content

Instantly share code, notes, and snippets.

View shman2000's full-sized avatar

Kamil Kwiecien shman2000

View GitHub Profile
@shman2000
shman2000 / readme.md
Created June 19, 2024 12:23 — forked from rjozefowicz/readme.md
Paged.js demo + Puppeteer

HTML to export - includes Paged.js polyfill:

<!DOCTYPE HTML>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
</head>