enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 154 forks source link

Allow Base64 String Image Embedding #24

Closed c-h- closed 6 years ago

c-h- commented 6 years ago

Allow embedding image from base64 string.

Also requires node-specific packages inside methods that require them, making it easier to use this package in the browser. Doesn't matter to require package multiple times because they're cached by default when required.

Closes https://github.com/enesser/vCards-js/issues/15

enesser commented 6 years ago

Agree completely. Great addition. Thanks! Will get it in soon.