@vcard/vcard4-meta
v1.0.0-rc.4
Published
A vCard 4 module which provides data about the format.
Downloads
36
Maintainers
Readme
@vcard/vcard4-meta
A vCard 4 module which provides metadata about the format.
Install
npm install @vcard/vcard4-meta
Usage
import {
EOL, // The EOL for vCards (CRLF).
FOLD_CONTINUATION_CHAR, // The fold continuaion character preferred by the vCard.js suite (U+0020).
FOLD_CONTINUATION_CHARS, // Valid fold continuation characters (horizontal tab and space).
HORIZONTAL_TAB, // (U+0009)
MAX_OCTETS_PER_LINE, // 75
SEPARATOR, // (U+003B)
SPACE // (U+0020)
} from '@vcard/vcard4-meta';
Building
From the monorepo root:
npx lerna --scope @vcard/vcard4-meta run build
Testing
From the monorepo root:
npm test
License
The MIT License (Expat). See the license file for details.