UNPKG

@simplerso/web-sdk

Version:

This is the official Simpler JavaScript Web SDK.

28 lines (18 loc) 520 B
# Simpler JavaScript SDK ## Install ``` npm add @simplerso/web-sdk ``` ## Usage ```js import * as Simpler from "@simplerso/web-sdk"; Simpler.checkout({ target: document.getElementById("app"), appId: "00000000-0000-0000-0000-000000000000", currency: "EUR", }); ``` ## Advanced Usage Please visit our [official docs](https://simpler.readme.io/docs/configuration). ## Requirements In order to use the SDK, a Simpler account is required. [Learn more.](https://simpler.readme.io/docs/get-started-with-simpler)