@yuna0x0/svelte-neko

You can get the oneko.gif from here.

Props

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?

Examples

<script>
    import { Neko } from '@yuna0x0/svelte-neko';
</script>

<Neko nekoImage="path/to/oneko.gif" toggleTrackingOnClick />