Svelte Wheel of Fortune

This is a simple wheel of fortune game developed using svelte

Usage Example

<script>
import WheelOfFortune from 'https://deno.land/x/svelte_wheel_of_fortune';
</script>

<div>
    <WheelOfFortune /> 
</div>