@charge-tech/chargejs

The Charge Core JS implementation.

Usage no npm install needed!

<script type="module">
  import chargeTechChargejs from 'https://cdn.skypack.dev/@charge-tech/chargejs';
</script>

README

Charge JS Core

The Charge Core javascript implementation.

Install

npm install @charge-tech/chargejs

To import the core library:

import * as chargejs from 'chargejs'

To import specific packages:

import { interfaces } from 'chargejs'

Usage

See docs