logo Search
logo Search
Icon

Get Started

Icon

Configuration

Introduction

Get Started

Assuming you already followed the Installation instructions, you will now be able to easily integrate Nekoma to any webpage of your Astro website.

In an .astro file, import Nekoma:

---
import { Nekoma } from "@minpluto/nekoma"
---

Then, with a video source, add Nekoma:

<Nekoma Video="https://example.org/video.mp4"/>

It should look like this:

---
import { Nekoma } from "@minpluto/nekoma"
---

<Nekoma Video="https://example.org/video.mp4"/>