# Quickstart

## Installation

```bash
npm install mudomi@onykia-engine
```

## Usage

```js
```



## Cross-Origin Requirements

![symbolic request and response diagram](./request-response.png)
> (c) Mariko Kosaka @ Google [^1]


> [!IMPORTANT]
>
> THE FOLLOWING CROSS-ORIGIN HEADERS ARE REQUIRED.
>
> WITHOUT THEM, THE TYPST COMPILER WILL THROW AN ERROR!
>

Serve with these headers:

```http
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp
```


[^1]: This image, from this [web.dev article](https://web.dev/articles/cross-origin-resource-sharing),
was created and shared [by Google](https://developers.google.com/readme/policies)
and used according to terms described in the [Creative Commons 4.0 Attribution License](https://creativecommons.org/licenses/by/4.0/).
