Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 282 Bytes

File metadata and controls

19 lines (10 loc) · 282 Bytes

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