Skip to content

Instantly share code, notes, and snippets.

@dkstevekwak
Created March 7, 2018 16:18
Show Gist options
  • Select an option

  • Save dkstevekwak/5fe183357ebc1d4e9b177e17f30a2d22 to your computer and use it in GitHub Desktop.

Select an option

Save dkstevekwak/5fe183357ebc1d4e9b177e17f30a2d22 to your computer and use it in GitHub Desktop.
/* Initialize CSInterface */
var csInterface = new CSInterface();
/* Helper function to create and return a promise object */
function runEvalScript(script) {
return new Promise(function(resolve, reject){
csInterface.evalScript(script, resolve);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment