0.1.1 • Published 2 years ago
cbor-diag-wasm v0.1.1
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