@resemble/node
v3.4.0
Published
Resemble API
Downloads
5,248
Keywords
Readme
resemble.ai API
resemble.ai is a state-of-the-art natural voice cloning and synthesis provider. Best of all, the platform is accessible by using our public API! Sign up here to get an API token!
This repository hosts a NodeJS library for convenient usage of the Resemble API.
Quick Start
npm install @resemble/node
# or
yarn add @resemble/node
See documentation at docs.resemble.ai.
Features
- Typescript definitions
- Works with NodeJS, Deno, and the browser!
- Supports the V2 API
Test!
npm run test
Publishing
git status
: Make sure your working directory has no pending changes.- Update the version key in
package.json
git commit
: Commit this version change.- Publish to npmjs.org:
npm run build
npm publish