Socket
Book a DemoInstallSign in
Socket

@resemble/node

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@resemble/node

Resemble API

npmnpm
Version
3.5.0
Version published
Maintainers
4
Created
Source

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

FAQs

Package last updated on 09 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts