Update Docs Site (#44)

This commit is contained in:
Ollie Taylor
2023-07-11 22:13:18 +01:00
committed by GitHub
parent 3cb5e8eb46
commit 29ef65733e
80 changed files with 1624 additions and 2381 deletions
@@ -0,0 +1,7 @@
<script>
import { AudioContext } from 'svelte-podcast';
</script>
<AudioContext />
<slot />
+6
View File
@@ -0,0 +1,6 @@
import { format_code } from '$src/layout/helper';
import { default as add_audio_loader_src } from './add-audio-loader.svelte?raw';
import { default as install_src } from './install.sh?raw';
export const add_audio_loader = format_code(add_audio_loader_src);
export const install = format_code(install_src);
+5
View File
@@ -0,0 +1,5 @@
npm install svelte-podcast@latest
yarn add svelte-podcast@latest
pnpm add svelte-podcast@latest