blikblum / pdfkit-webpack-example

Simple example of using PdfKit with webpack
25 stars 14 forks source link

iconv-lite should be part of dependencies #11

Closed andreinitescu closed 3 years ago

andreinitescu commented 3 years ago

just a little thing, iconv-lite was missing for me so I had to add it myself

image

blikblum commented 3 years ago

iconv-lite is an optional dependency used only for fonts without cmap.

A font without cmap is not conformant with the specs and are rare these days

blikblum commented 3 years ago

BTW iconv-lite is a pretty big package

andreinitescu commented 3 years ago

thanks, it makes sense