- {#if options.skip_back}
-
- {/if}
-
-
- {#if is_loaded}
-
- {:else}
-
- {/if}
-
- {#if options.skip_forward}
-
- {/if}
-
- {#if current_time !== false}
-
-
-
- {/if}
-
-
-
- {#if duration !== false}
-
-
-
- {/if}
- {#if options.playback_rate}
-
- {/if}
-
-
-
diff --git a/src/lib/components/player.svelte b/src/lib/components/player.svelte
new file mode 100644
index 0000000..e6b9966
--- /dev/null
+++ b/src/lib/components/player.svelte
@@ -0,0 +1,86 @@
+
+
+