0.1.3-alpha.9 • Published 1 year ago

@8xff/atm0s-media-js v0.1.3-alpha.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Atm0s Media JS SDK

Continuous Integrations codecov

Installation

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

npm install @8xff/atm0s-media-js --save

# For Yarn, use the command below.
yarn add @8xff/atm0s-media-js

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/@8xff/atm0s-media-js"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/@8xff/atm0s-media-js"></script>

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

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License.