You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
I am trying to use this module in the browser I have added it to my page directly using:
<script src="node_modules/vcard-parser/lib/vcard.js"></script>
However this then generates the error:
ReferenceError: Can't find variable: module
It seems this expects to be run in a node environment. Do you have guidance on how to use this module in the browser? Thanks.
The text was updated successfully, but these errors were encountered: