Skip to content

Instantly share code, notes, and snippets.

<html>
<body>
<canvas id="canvas" width="500" height="500"></canvas>
<iframe height="1000" width="1000" id="iframe">
</iframe>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script type="module">
const { jsPDF } = window.jspdf;