vidrouter
v0.0.2
Published
The official JavaScript library for VidRouter, the unified API for AI video generation. Works in Node.js and the browser.
Maintainers
Readme
VidRouter
The official JavaScript library for VidRouter, the unified API for AI video generation. Works in Node.js, the browser, and other modern JS runtimes.
Installation
npm install vidrouterUsage
import { VidRouter } from "vidrouter";
const client = new VidRouter({
apiKey: "YOUR_API_KEY",
});
License
Apache-2.0
