2.3.5 • Published 4 months ago

@vot.js/ext v2.3.5

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

@vot.js/ext

Web extensions support package for vot.js. Includes:

  • additional support of Udemy and Coursera
  • rewrited part of helpers for better perfomance and compatibility with DOM API

Usage

import VOTClient from "@vot.js/ext";
import { getVideoData } from "@vot.js/ext/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/ext";

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

You can see more code examples here

Install

To install:

bun install @vot.js/ext
2.3.4

4 months ago

2.3.5

4 months ago

2.3.0

4 months ago

2.3.2

4 months ago

2.3.1

4 months ago

2.3.3

4 months ago

2.2.5

4 months ago

2.2.6

4 months ago

2.2.1

5 months ago

2.2.0

5 months ago

2.2.3

5 months ago

2.2.2

5 months ago

2.2.4

5 months ago

2.1.13

5 months ago

2.1.12

5 months ago

2.1.11

5 months ago

2.1.9

5 months ago

2.1.10

5 months ago

2.1.6

6 months ago

2.1.5

6 months ago

2.1.8

5 months ago

2.1.7

6 months ago

2.1.4

6 months ago

2.1.3

6 months ago

2.1.2

6 months ago

2.1.1

6 months ago

2.1.0

6 months ago

2.0.19

6 months ago

2.0.17

6 months ago

2.0.18

6 months ago

2.0.15

6 months ago

2.0.16

6 months ago

2.0.14

6 months ago

2.0.13

6 months ago

2.0.11

7 months ago

2.0.12

7 months ago

2.0.10

7 months ago

2.0.9

7 months ago

2.0.8

7 months ago

2.0.7

7 months ago

2.0.6

7 months ago

2.0.5

7 months ago

2.0.4

7 months ago

2.0.3

7 months ago

2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago