Wirecast AppleScript
This (work in progress) module will allow you to talk directly to Wirecast on macOS through the power of AppleScript.
Installation
npm install wirecast-applescript
Require
var wirecast = ;
Supported commands
// Start recording in Wirecastwirecast;// Stop recording in Wirecastwirecast;
License
The MIT License (MIT)