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