Skip to content

Instantly share code, notes, and snippets.

View benzhuo's full-sized avatar

Qianchao Pan benzhuo

  • Dalian China
View GitHub Profile
@leedongwei
leedongwei / index.html
Last active November 15, 2023 01:04
Using web workers with pdfmake.js
<html>
<head>
<title>Demo for using web workers with pdfmake.js</title>
<style>
body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;