mirror of
https://github.com/Palakis/obs-websocket.git
synced 2025-07-26 03:23:45 +00:00
Soooooooooo apparently doing notifications natively shouldn't even work. This is probably what was crashing OBS in 4.x. Fixed now I guess...
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