Reeple class from @reeple/sdk directly inside a component — no wrapper needed.
CheckoutButton.svelte
If you’re using SvelteKit with SSR enabled, only instantiate
Reeple inside an event handler (as shown above) or inside onMount — never at module scope — since it touches the DOM and isn’t available during server rendering.