2.0.0-rc.3 • Published 3 months ago

@keia/utau-client v2.0.0-rc.3

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

utau javascript client

a javascript client for our internal lyrics service known as utau.

usage

import { fetchLyrics, v1 } from "@keia/utau-client";

const lyrics = await fetchLyrics("powfu flashlights in the forest", {
  types: ["raw"],
  apiKey: "your api key",
  userAgent: "My Application (contact@example.com)",
});

const raw = v1.extract(lyrics, "raw");
console.log(raw.text); // Swallowed by sounds in the night...

!IMPORTANT currently, api keys are not being handed out, if you want to use our api, please join our Discord Server.


keia bot © 2023

2.0.0-rc.2

3 months ago

2.0.0-rc.3

3 months ago

2.0.0-rc.1

4 months ago

1.0.0-rc.8

5 months ago

1.0.0-rc.7

5 months ago

1.0.0-rc.6

6 months ago

1.0.0-rc.5

6 months ago

1.0.0-rc.4

6 months ago

1.0.0-rc.3

6 months ago

1.0.0-rc.2

6 months ago

1.0.0-rc.1

6 months ago