Skip to content

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

@ndvbd

Description

@ndvbd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions