@digitalbazaar/cbor

[![Build status](https://img.shields.io/github/workflow/status/digitalbazaar/cbor/Node.js%20CI)](https://github.com/digitalbazaar/cbor/actions?query=workflow%3A%22Node.js+CI%22) [![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/cbo

Usage no npm install needed!

<script type="module">
  import digitalbazaarCbor from 'https://cdn.skypack.dev/@digitalbazaar/cbor';
</script>

README

cbor (@digitalbazaar/cbor)

Build status Coverage status Dependency Status NPM Version

Encode and parse data in the Concise Binary Object Representation (CBOR) data format defined in (RFC7049).

Table of Contents

Background

TBD

This is a fork of node-cbor with a limited feature set and targeted for easy isomorphic use in Node.js and browsers.

Security

TBD

Install

  • Node.js 12+ is required.

NPM

npm install @digitalbazaar/cbor

Development

git clone https://github.com/digitalbazaar/cbor.git
cd cbor
npm install

Usage

TBD

Contribute

See the contribute file!

PRs accepted.

If editing the Readme, please conform to the standard-readme specification.

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com

License