mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
03e32c8b5e
As discussed in the #development channel in discord - Switch from using message types to integer op codes - Consolidate op-specific keys into `d` sub-object - Shorten low-level payload keys from `messageType` to `op`, add `d` Other changes: - The WebSocketCloseCode enum has been refactored. It's best to just treat it like it's new - Some performance benefits came along the way. Nothing gamechanging, but notable - Various bug fixes discovered while refactoring |
||
---|---|---|
.. | ||
generated | ||
partials | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
comments.js | ||
config.json | ||
docs.js | ||
package.json | ||
protocol.hbs | ||
README.md |
Installation
Install node and update npm if necessary.
cd obs-websocket/docs
npm install
Build
# Just extract the comments.
npm run comments
# Just render the markdown.
npm run docs
# Do both comments and markdown.
npm run build