Currently, ProgrammerArt releases can be downloaded from https://github.com/deathcap/ProgrammerArt/releases for local usage. Would be cool if it could also be used remotely, i.e. online.
For https://github.com/deathcap/voxpopuli I include this repository as a submodule (git checkout recursive for development, and GitHub gh-pages also checks it out for the website). Other uses most likely have to include a local copy (unless they are only doing img src), due to cross-domain restrictions.
Maybe mirror the releases on a server which allows Access-Control-Allow-Origin: *, so remote XHR with .crossOrigin = 'anonymous' could be used to load PA.
http://www.w3.org/TR/cors/
Currently, ProgrammerArt releases can be downloaded from https://github.com/deathcap/ProgrammerArt/releases for local usage. Would be cool if it could also be used remotely, i.e. online.
For https://github.com/deathcap/voxpopuli I include this repository as a submodule (git checkout recursive for development, and GitHub gh-pages also checks it out for the website). Other uses most likely have to include a local copy (unless they are only doing img src), due to cross-domain restrictions.
Maybe mirror the releases on a server which allows Access-Control-Allow-Origin: *, so remote XHR with .crossOrigin = 'anonymous' could be used to load PA.
http://www.w3.org/TR/cors/