tt2468 17cbde0e48 Utils: Queue notifications in the UI thread
Soooooooooo apparently doing notifications natively shouldn't even
work. This is probably what was crashing OBS in 4.x. Fixed now I
guess...
2021-06-13 07:12:19 -07:00
..
2021-03-08 03:56:43 -08:00
2021-03-08 03:56:43 -08:00
2021-04-26 09:55:50 -07:00
2021-04-26 19:04:16 -07:00
2021-03-08 03:56:43 -08:00

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