1.0.1 • Published 2 months ago

@deepakmaurya/radiobridge-decoder v1.0.1

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

RadioBridge Decoder

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install radiobridge-decoder --save

# For Yarn, use the command below.
yarn add radiobridge-decoder

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/radiobridge-decoder"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/radiobridge-decoder"></script>

<script>
  // UMD module is exposed through the "decodePayload" global variable.
  console.log(decodePayload);
</script>
1.0.1

2 months ago

1.0.0

2 months ago