You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I simply couldn't use ml5.js in the browser. I was using an HTML file in Firefox, testing this amazing library. The error reported was that CORS was blocking it because it wasn't HTTP. I was using the example code from the "Getting Started" page of the documentation. Due to CORS, the image cannot be rendered or recognized. The error referred to me not being on HTTP. The only way out was to use NWjs to use ml5.js, and then it worked perfectly. The browser is Firefox.
The text was updated successfully, but these errors were encountered:
I simply couldn't use ml5.js in the browser. I was using an HTML file in Firefox, testing this amazing library. The error reported was that CORS was blocking it because it wasn't HTTP. I was using the example code from the "Getting Started" page of the documentation. Due to CORS, the image cannot be rendered or recognized. The error referred to me not being on HTTP. The only way out was to use NWjs to use ml5.js, and then it worked perfectly. The browser is Firefox.
The text was updated successfully, but these errors were encountered: