Installation
Via NPMCopied!
npm
npm install @getopenpay/openpay-js
yarn
yarn add @getopenpay/openpay-js-react
pnpm
pnpm add @getopenpay/openpay-js-react
index.js
import { OpenPayForm } from '@getopenpay/openpay-js';
const opForm = new OpenPayForm()
Via CDNCopied!
index.html
<script src="https://cdn.jsdelivr.net/npm/@getopenpay/openpay-js@latest/dist/index.umd.js">
</script>
index.html
<script src="https://cdn.jsdelivr.net/npm/@getopenpay/openpay-js@latest/dist/index.umd.js">
</script>
<script>
const opForm = new OpenPay.OpenPayForm()
</script>