Skip to content

Instantly share code, notes, and snippets.

View shman2000's full-sized avatar

Kamil Kwiecien shman2000

View GitHub Profile
@rjozefowicz
rjozefowicz / readme.md
Last active May 8, 2025 00:38
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>