I'm looking to browserify robotjs. It seems robotjs makes a binary which is in the require of index.js.
browserify fails with
SyntaxError: Unexpected character '�' (1:2) while parsing
Expected Behavior
should be able to browserify robotjs
Current Behavior
browserify fails with
SyntaxError: Unexpected character '�' (1:2) while parsing
Possible Solution
Expect a wrapper ? don't know if am even making sense.
Steps to Reproduce (for bugs)
Write a simple javascript with require('robotjs');
2.browserify Githubissues.
Githubissues is a development platform for aggregating issues.
I'm looking to browserify robotjs. It seems robotjs makes a binary which is in the require of index.js. browserify fails with SyntaxError: Unexpected character '�' (1:2) while parsing
Expected Behavior
should be able to browserify robotjs
Current Behavior
browserify fails with SyntaxError: Unexpected character '�' (1:2) while parsing
Possible Solution
Expect a wrapper ? don't know if am even making sense.
Steps to Reproduce (for bugs)