kelseykm / vcard4

An RFC 6350 compliant JavaScript library (with TypeScript type declarations) for generating and parsing version 4.0 vCards. Can also generate RFC 6351 compliant XML vCards and RFC 7095 compliant jCards.

Home Page:https://kelseykm.github.io/vcard4/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vcard4

vcard4

vcard4 is a javascript library for generating and parsing version 4.0 vCards. It can also be used to generate XML vCards and jCards.

vcard4 may be used in node or in the browser, and it supports ESM and UMD.

This library fully implements RFC 6350 (vCard), RFC 6351 (XML vCard), RFC 7095 (jCard), and RFC 6350 extensions including RFC 6474, RFC 8605, RFC 6715, RFC 6868, RFC 6473 and RFC 7852.

The library is fully tree shakable. Only what you import will end up in your final bundle.

TypeScript type declarations are provided for all the public parts of vcard4's API.

Documentation

vcard4 is fully documented. You may find the docs here.

Installation

npm install vcard4

About

An RFC 6350 compliant JavaScript library (with TypeScript type declarations) for generating and parsing version 4.0 vCards. Can also generate RFC 6351 compliant XML vCards and RFC 7095 compliant jCards.

https://kelseykm.github.io/vcard4/

License:ISC License


Languages

Language:JavaScript 100.0%