@credova/elements-js
v1.1.2
Published
Credova JavaScript Elements
Downloads
5
Readme
Credova JavaScript Elements
The Credova JavaScript Elements SDK
Installation
Using Node Package Manager
npm install --save @credova/credova-js
Using Yarn
yarn add @credova/credova-js
Documentation
For a complete list of options and examples, please refer to our JavaScript Elements SDK docs
Usage
Initialization
import { Credova } from '@credova/credova-js';
const credova = await new Credova().init('<API Key>'); // replace with your Publishable API key