mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 13:39:12 +00:00
11 lines
107 B
Markdown
11 lines
107 B
Markdown
|
# loro-nodejs
|
||
|
|
||
|
A nodejs bindgen for Loro by using `napi`.
|
||
|
|
||
|
```bash
|
||
|
# build
|
||
|
yarn build
|
||
|
|
||
|
# test
|
||
|
yarn test
|
||
|
```
|