Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Great stuff. Two things I would add in the readme to make it easy to run locally #5

Open
ndvbd opened this issue Dec 17, 2018 · 0 comments

Comments

@ndvbd
Copy link

ndvbd commented Dec 17, 2018

So to run locally (via filesystem, with no server), you should do two things:

  1. in main.js after image.src, do image.crossOrigin = "anonymous";

  2. Run the browser with no security, for example for chrome do:
    chrome.exe --disable-web-security --allow-file-access-from-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant