0.0.2 • Published 8 months ago

combi-opti v0.0.2

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

combi-opti

CI License Package tree-shaking Package minified & gzipped size Package dependency count

Installation

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

npm install combi-opti --save

# For Yarn, use the command below.
yarn add combi-opti

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/combi-opti"></script>

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

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

Documentation

Documentation generated from source files by Typedoc.

Credit

Base project structure and configuration was based on typescript-library-boilerplate

License

Released under MIT License.

0.0.2

8 months ago

0.0.1

8 months ago