Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ICHCONG committed Mar 29, 2022
1 parent e57bc18 commit 55c3f39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Svelte Wheel of Fortune
This is a simple wheel of fortune game developed using svelte

## Usage Example
```html
<script>
import WheelOfFortune from 'https://api.deno.land/webhook/gh/svelte_wheel_of_fortune';
</script>

<div>
<WheelOfFortune />
</div>
```

0 comments on commit 55c3f39

Please sign in to comment.