Skip to content

Commit

Permalink
Add some instructions for maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Oct 2, 2024
1 parent 843a39e commit e2b4842
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ In addition, the library offers fallback functionality to web cameras in situati

Here's a list of camera models currently supported by the library:

| Vendor | Camera | Features |
| --------- | -------- | --------------------------- |
| Vendor | Camera | Features |
| --------- | ----------- | --------------------------- |
| Panasonic | S5, DC-G9M2 | Shutter, LV, AF, MF, Config |
| Sigma | fp, fp L | Shutter, LV, AF, MF, Config |
| Ricoh | Theta S | Shutter, Config |
| WebCam | | Shutter, LV, Config |
| Sigma | fp, fp L | Shutter, LV, AF, MF, Config |
| Ricoh | Theta S | Shutter, Config |
| WebCam | | Shutter, LV, Config |

\*\* LV: Liveview, AF: Auto Focus, MF: Manual Focus

Expand Down Expand Up @@ -235,6 +235,14 @@ yarn install
yarn dev
```

### Publish with Lerna (for maintainers)

```
npm i -g lerna
lerna version --no-private
lerna publish from-git
```

## License

This repository is published under an MIT License. See the included [LICENSE file](./LICENSE).

0 comments on commit e2b4842

Please sign in to comment.