added readme

This commit is contained in:
SrGooglo 2025-03-26 11:06:39 +00:00
parent ebf251bc49
commit 62e4d43289

18
client/README.md Normal file
View File

@ -0,0 +1,18 @@
<img
src="https://raw.githubusercontent.com/ragestudio/linebridge/refs/heads/master/resources/linebridge-color-b.svg"
width="100%"
height="150px"
/>
# Linebridge Client
Client-side implementations for Linebridge framework.
## Components
- RTEngineClient
- ...
## Installation
To install the Linebridge client, run the following command:
```bash
npm install linebridge-client
```