oneko.gif from here. nekoImage (string): The path to the neko image. tracking (boolean, default: true): Is the neko tracking the mouse? toggleTrackingOnClick (boolean, default: false): Should the neko toggle tracking on click? <script>
import { Neko } from '@yuna0x0/svelte-neko';
</script>
<Neko nekoImage="path/to/oneko.gif" toggleTrackingOnClick />