@think41/foundation-voice-client-js
v3.0.4
Published
PipeCat Client JS SDK with Transport Layer
Downloads
27
Readme
PipeCat Client JS SDK
A TypeScript SDK for PipeCat with transport layer implementations.
Installation
npm install @think41/foundation-voice-client-jsUsage
import { PipeCatClient } from '@think41/client-js-standalone';
// Your code hereDevelopment
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build
Publishing New Versions
- Update the version in
package.json - Create a new GitHub release with a tag matching the version (e.g.,
v1.0.0) - The GitHub Action will automatically publish the package to GitHub Packages
License
MIT
