Skip to content

This is a mirror of pdfmake, bundled and exposed as an ES module

Notifications You must be signed in to change notification settings

bundled-es-modules/pdfmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfmake

This is a mirror of pdfmake, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/pdfmake
bower install bundled-es-modules/pdfmake

Use

<script type="module">
  import pdfMake from 'pdfmake/pdfmake';
  import { vfs } from 'pdfmake/vfs_fonts';
  
  pdfMake.vfs = vfs;
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.

About

This is a mirror of pdfmake, bundled and exposed as an ES module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published