I would guess that the fonts being missing are your issue. You may need to bundle the fonts up your

I would guess that the fonts being missing are your issue. You may need to bundle the fonts up yourself and then pass them in via
font: {
  fontsBuffers: [fontBuffer], //
},

where
fontBuffer
is a raw
ttf
Was this page helpful?