Installation
Install svelte-french-toast
in your project using your preferred package manager.
PNPM (Recommended)
pnpm install svelte-french-toast
NPM
npm install svelte-french-toast
Yarn
yarn add svelte-french-toast
Bun
bun add svelte-french-toast
Peer Dependencies
This library requires Svelte 5 as a peer dependency. Ensure your project is configured to use Svelte 5 or newer.
From package.json
:
"peerDependencies": {
"svelte": "^5.0.0"
}