6.2.1 • Published 2 years ago

@nodecg-obs/utility v6.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

NodeCG OBS Utility

CodeQL NPM Version

nodecg-obs-utility is a fork of nodecg-utility-obs, a NodeCG utility that adds a set of Replicants, Messages, and other hooks to your NodeCG bundle. It is meant for use with latest version of NodeCG. You can think of it like a mixin for your NodeCG bundle.

It requires that the instance of OBS have obs-websocket installed and configured.

Internally, it uses the latest release of obs-websocket-js to communicate with obs-websocket.

Requirements

Tested with

  • NodeCG 1.8.1
  • Node 16.14.2 & npm 8.5.5
  • OBS 27.2.3 & websocket 4.9.1

Install

  1. Go to your bundle folder
cd my-nodecg/bundles/your-bundle
  1. Add to your bundle
npm install @nodecg-obs/utility

License

This project is under MIT License. See LICENSE

Documentation

For full documentation, see the wiki