wirecast-applescript
Version:
Control Wirecast on macOS with AppleScript
28 lines (19 loc) • 468 B
Markdown
#Wirecast AppleScript
This (work in progress) module will allow you to talk directly to Wirecast on macOS through the power of AppleScript.
## Installation
```js
npm install wirecast-applescript
```
## Require
```js
var wirecast = require( 'wirecast-applescript' );
```
## Supported commands
```js
// Start recording in Wirecast
wirecast.wirecastStartRecord();
// Stop recording in Wirecast
wirecast.wirecastStartRecord();
```
## License
The MIT License (MIT)