0.1.1 • Published 2 years ago

cbor-diag-wasm v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Returns cbor diagnostic notation from a given cbor in hex string format.

This module is built for node.js and the browser using webassembly and the rust implementation cbor-diag.

Installation

npm i cbor-diag-wasm --save

Usage

import init, { parse_hex } from 'cbor-diag-wasm';

// this must be called in browser envs
await init();

parse_hex('6568656c6c6f');

License

MIT 2023 - José F. Romaniello

0.1.1

2 years ago

0.1.0

2 years ago