2.3.5 • Published 7 months ago

@vot.js/core v2.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@vot.js/core

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

Usage

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
2.3.4

7 months ago

2.3.5

7 months ago

2.3.0

7 months ago

2.3.2

7 months ago

2.3.1

7 months ago

2.3.3

7 months ago

2.2.5

7 months ago

2.2.6

7 months ago

2.2.1

8 months ago

2.2.0

8 months ago

2.2.3

8 months ago

2.2.2

8 months ago

2.2.4

8 months ago

2.1.13

8 months ago

2.1.12

8 months ago

2.1.11

8 months ago

2.1.9

8 months ago

2.1.10

8 months ago

2.1.6

9 months ago

2.1.5

9 months ago

2.1.8

9 months ago

2.1.7

9 months ago

2.1.4

9 months ago

2.1.3

9 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.19

9 months ago

2.0.17

9 months ago

2.0.18

9 months ago

2.0.15

9 months ago

2.0.16

9 months ago

2.0.14

9 months ago

2.0.13

9 months ago

2.0.11

10 months ago

2.0.12

10 months ago

2.0.10

10 months ago

2.0.9

10 months ago

2.0.8

10 months ago

2.0.7

10 months ago

2.0.6

10 months ago

2.0.5

10 months ago

2.0.4

10 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago