README
vCardz.ts
An npm module for parsing vCard and iCal that doesn't make your head hurt.
Installation
npm install vcardz.ts --save
Usage
Typescript
vCard and iCal processing for Javascript and Typescript
<script type="module">
import vcardzTs from 'https://cdn.skypack.dev/vcardz.ts';
</script>
An npm module for parsing vCard and iCal that doesn't make your head hurt.
npm install vcardz.ts --save