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