% if (apptype === 'source') { %> <% } %>
XSplit JS Framework exposes useful methods to work with XSplit without fiddling too much with the raw core methods exposed to JavaScript, which makes developing plugins for XSplit a lot easier.
To get started, you just have to require our library:
var xjs = require('xjs');
You can read more about it at our documentation: