Platane / snk

🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
https://platane.github.io/snk
4.22k stars 1.03k forks source link

CORS error when trying to embed svg in Github Pages website #71

Closed salesp07 closed 1 year ago

salesp07 commented 1 year ago

Is there a way to do that, or we can only have it in the github readme?

Platane commented 1 year ago

The script is only concerned with generating the image, it is up to you to host it where is fits your need.

However the solution I chose ( storing it on a github branch ) should work, as content from raw.githubusercontent.com do have the header Access-Control-Allow-Origin:*

salesp07 commented 1 year ago

Right... I hadn't noticed the output branch and was fetching from github blob. Awesome repo and thx for the response!