@fung-sdk/checkout
v1.10.18
Published
## Install package ```shell npm i @fung-sdk/checkout ```
Downloads
4,834
Readme
@fung-sdk/checkout
Install package
npm i @fung-sdk/checkout
Render checkout
Create a checkout container
<div id="checkout-container"></div>
Initialize and render checkout
import { Checkout } from "@fung-sdk/checkout";
const checkout = new Checkout({
checkoutId: "e606757b-7cd5-4106-9d3b-ff1dfddb73df",
containerId: "checkout-container",
});
checkout.render();