···5959 import { Button } from 'fox-ui-svelte';
6060</script>
6161```
6262-6363-6464-If you want to use the image component, add the plugin to your vite config
6565-6666-```ts
6767-import { imagetools } from '@zerodevx/svelte-img/vite';
6868-6969-export default defineConfig({
7070- plugins: [sveltekit(), imagetools()]
7171-});
7272-```