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