🚀 Init
This commit is contained in:
commit
08fcb6c196
15 changed files with 421 additions and 0 deletions
29
docs/basic-setup.mdx
Normal file
29
docs/basic-setup.mdx
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
Title: Basic Usage
|
||||
Type: Document
|
||||
---
|
||||
|
||||
import {Prism} from "@astrojs/prism"
|
||||
import {Zorn} from "@minpluto/zorn"
|
||||
|
||||
<Zorn
|
||||
PlayerName="ennie_and_yoyki"
|
||||
Poster="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Poster.png"
|
||||
Video="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Ennie%20and%20Yoyki:%20Non-Girly%20Games.mp4"
|
||||
/>
|
||||
|
||||
You can add it to any page on your Astro website by importing Zorn:
|
||||
|
||||
<Prism lang="jsx" code={
|
||||
`---
|
||||
import {Zorn} from "@minpluto/zorn"
|
||||
---
|
||||
|
||||
<Zorn
|
||||
PlayerName="ennie_and_yoyki"
|
||||
Poster="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Poster.png"
|
||||
Video="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Ennie%20and%20Yoyki:%20Non-Girly%20Games.mp4"
|
||||
/>
|
||||
`}/>
|
||||
|
||||
> The option `PlayerName` is required.
|
Loading…
Add table
Add a link
Reference in a new issue