https://github.com/mayocream/vrchat-ts
VRChat TypeScript API Client
https://github.com/mayocream/vrchat-ts
Last synced: 5 months ago
JSON representation
VRChat TypeScript API Client
- Host: GitHub
- URL: https://github.com/mayocream/vrchat-ts
- Owner: mayocream
- License: apache-2.0
- Created: 2024-09-10T13:12:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T09:04:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T07:31:56.548Z (almost 2 years ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vrchat-ts
VRChat TypeScript API Client
## Usage
```bash
pnpm install vrchat-ts
```
```ts
import { client } from 'vrchat-ts'
```