Billing
SveltePak includes support for billing and subscriptions.
Providers
- LemonSqueezy
- Stripe (coming soon)
- Paddle (coming soon)
In the modules/billing/index.ts
file, export the provider file of the provider you want to use:
export * from "./provider/lemonsqueezy";
// export * from './provider/stripe';
// export * from './provider/paddle';