@streamelements/emotecache
v1.4.0
Published
ConnectRPC v2 client for emotecache - auto-generated from Protocol Buffers
Readme
@streamelements/emotecache
ConnectRPC client for emotecache.
Installation
# npm
npm install @streamelements/emotecache
# bun
bun add @streamelements/emotecache
# yarn
yarn add @streamelements/emotecache
# pnpm
pnpm add @streamelements/emotecacheUsage
ESM (Node.js, Bun, Deno)
import { service_v1 } from '@streamelements/emotecache';
// or import specific version
import { YourService } from '@streamelements/emotecache/api/service/v1';CommonJS (Legacy Node.js)
const { service_v1 } = require('@streamelements/emotecache');Runtime Support
This package is built with modern JavaScript runtimes in mind:
- ✅ Node.js 18+
- ✅ Bun 1.0+
- ✅ Deno (with npm: specifier)
- ✅ Edge runtimes (Cloudflare Workers, Vercel Edge, etc.)
