@hanzo/hanzo
v0.0.3
Published

Keywords
Readme
Hanzo JS/TS
This is the main JS/TS client for Hanzo.
Documentation
- Docs: https://hanzo.ai/docs/sdk/typescript
- Reference: https://js.reference.hanzo.com/modules/hanzo.html
Environments
Supported
- Node.js >=18
- Web
- Edge: Vercel, Cloudflare Workers, etc.
Using Node.js <18? Use hanzo-node instead as it does not use fetch and other Web APIs
Installation
npm i hanzo
# or
yarn add hanzo
# or
pnpm i hanzo