From 97ee8b20f48023b7b8cae63f29ac4715383d2b48 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 4 Nov 2024 12:47:36 -0500 Subject: [PATCH] Update demo pages --- test/src/components/Info.astro | 39 ++++++++++++++++++++++++ test/src/components/Switcher.astro | 27 ++++++++++++++++ test/src/pages/index.astro | 21 +++++++------ test/src/pages/live.astro | 17 ++++++----- test/src/pages/milieu.astro | 24 +++++++++------ test/src/pages/with-separate-audio.astro | 18 +++++------ test/tsconfig.json | 10 +++++- 7 files changed, 120 insertions(+), 36 deletions(-) create mode 100644 test/src/components/Info.astro create mode 100644 test/src/components/Switcher.astro diff --git a/test/src/components/Info.astro b/test/src/components/Info.astro new file mode 100644 index 0000000..42dd941 --- /dev/null +++ b/test/src/components/Info.astro @@ -0,0 +1,39 @@ +--- +const { Title, Description } = Astro.props; +--- + +
+

{Title}

+

{Description}

+
+ +
+
+

+ Documentation + Package + Source Code +

+
+
+ + \ No newline at end of file diff --git a/test/src/components/Switcher.astro b/test/src/components/Switcher.astro new file mode 100644 index 0000000..b3d428e --- /dev/null +++ b/test/src/components/Switcher.astro @@ -0,0 +1,27 @@ +
+ General Usage + Separated Audio + Live Stream + Milieu Effect +
+ + \ No newline at end of file diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index a54fbe8..37daca9 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -1,12 +1,16 @@ --- // Components +import {Zorn} from '@minpluto/zorn' +import Info from '@components/Info.astro' +import Switcher from '@components/Switcher.astro' + +// Icons import { ArrowUpRight, NavArrowLeft, SwitchOn, NavArrowRight } from '@iconoir/vue' -import {Zorn} from '@minpluto/zorn' --- @@ -36,14 +40,13 @@ import {Zorn} from '@minpluto/zorn' -

Ennie and Yoyki: Non-Girly Games

-

Created by Daniyar Yambushev

-

Source: https://www.youtube.com/watch?v=MuyJtxzyU3o

-

This demo pulls from: https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm

-
-View with separated audio -Live Stream -Milieu effect + + + + +

Source: https://www.youtube.com/watch?v=MuyJtxzyU3o

+

This demo pulls from: https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm

+
-

Relax Beats

-

Source: https://www.twitch.tv/relaxbeats

-

This demo pulls from: https://twitch-backend.sudovanilla.org/proxy/stream/relaxbeats/hls.m3u8

-
-Generic Usage -View with separated audio -Milieu effect \ No newline at end of file + + + + +

Source: https://www.twitch.tv/relaxbeats

+

This demo pulls from: https://twitch-backend.sudovanilla.org/proxy/stream/relaxbeats/hls.m3u8

+
\ No newline at end of file diff --git a/test/src/pages/milieu.astro b/test/src/pages/milieu.astro index 2e224e9..25f7ba7 100644 --- a/test/src/pages/milieu.astro +++ b/test/src/pages/milieu.astro @@ -1,12 +1,16 @@ --- // Components +import {Zorn} from '@minpluto/zorn' +import Info from '@components/Info.astro' +import Switcher from '@components/Switcher.astro' + +// Icons import { ArrowUpRight, NavArrowLeft, SwitchOn, NavArrowRight } from '@iconoir/vue' -import {Zorn} from '@minpluto/zorn' --- @@ -16,7 +20,7 @@ import {Zorn} from '@minpluto/zorn' Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm" CustomControlsWithMenu SettingsMenu - Milieu + Milieu >
@@ -37,14 +41,14 @@ import {Zorn} from '@minpluto/zorn'
-

Ennie and Yoyki: Non-Girly Games

-

Created by Daniyar Yambushev

-

Source: https://www.youtube.com/watch?v=MuyJtxzyU3o

-

This demo pulls from: https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm

-
-View with separated audio -Live Stream -Milieu effect + + + + + +

Source: https://www.youtube.com/watch?v=MuyJtxzyU3o

+

This demo pulls from: https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm

+
-
-Generic Usage -Live Stream -Milieu effect + +

Source: https://vimeo.com/989082177

+

This demo pulls from: https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/1080.mp4

+

This demo also pulls from: https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/audio.mp4

+