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

    Module @vot.js/core - v2.4.12

    @vot.js/core

    Core package for vot.js. It has only basic functions without receiving video data or defining a video service

    import VOTClient from "@vot.js/core";

    const client = new VOTClient();

    const videoData = ...;

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

    Proxying via vot-worker:

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

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

    You can see more code examples here

    To install:

    bun install @vot.js/core
    

    Modules

    <internal>

    Namespaces

    videoData
    VOTTypes
    votUtils

    Classes

    MinimalClient
    VOTClient
    VOTJSError
    VOTWorkerClient
    YandexSessionProtobuf
    YandexVOTProtobuf