vinodnimbalkar / svelte-pdf

svelte-pdf provides a component for rendering PDF documents using PDF.js
https://www.npmjs.com/package/svelte-pdf
MIT License
203 stars 49 forks source link

feat: base64 string encode support added #38

Closed vinodnimbalkar closed 2 years ago

vinodnimbalkar commented 2 years ago

Description

Need to add support for base64 string encoding.

Issue

It will fix issue #20

vinodnimbalkar commented 2 years ago

This fixes #20