Zorn/docs/basic-setup.mdx

783 B

Title Type
Basic Usage Document

import {Code} from "astro:components" import {Zorn} from "@minpluto/zorn"

You can add it to any page on your Astro website by importing Zorn:

<Code lang="jsx" code={ `--- import {Zorn} from "@minpluto/zorn"

`}/>

The option PlayerName is required.