Saving canvas to a file

  • Browsers don’t allow scripts to save files locally w/o prompting the user!
  • Browsers do have a local storage. But it’s too small for anything larger than small text files AFAIK.
  • However, if you have access to a file server, you can save files there w/o user permission.