vot.js - v2.4.12
    Preparing search index...

    Module @vot.js/node - v2.4.12

    @vot.js/node

    JS Runtimes support package for vot.js

    import VOTClient from "@vot.js/node";
    import { getVideoData } from "@vot.js/node/utils/videoData";

    const client = new VOTClient();

    const videoData = await getVideoData("https://youtu.be/LK6nLR1bzpI");

    const result = await client.translateVideo({ videoData });

    Proxying via vot-worker:

    import { VOTWorkerClient } from "@vot.js/node";

    const client = new VOTWorkerClient({
    host: "vot.toil.cc",
    });

    You can see more code examples here

    To install:

    bun install @vot.js/node
    

    Modules

    <internal>

    Namespaces

    videoData
    VideoHelper
    VOTTypes

    Classes

    VOTClient
    VOTWorkerClient

    Variables

    sites