We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XDK DISABLED - related code should be UNCOMMENTED. XDK ENABLED - related code should be COMMENTED.
XDK DISABLED
XDK ENABLED
As of this writing these changes are limited to index.html and main.js.
You will need to completely remove ig.System.SCALE from the ImpactJS system.js file for the Intel XDK to function correctly.
ig.System.SCALE
Replace it accordingly:
ig.System.SCALE = { CRISP: function( canvas, context ) {}, SMOOTH: function( canvas, context ) {} };
There was an error while loading. Please reload this page.