patriciogonzalezvivo/glslCanvas

Rawgit no longer exists

IsaacSchneeweis opened this issue · 1 comments

Rawgit, used to load glslCanvas has been shut down.

<script type="text/javascript" src="https://rawgit.com/patriciogonzalezvivo/glslCanvas/master/dist/GlslCanvas.js"></script>

I was looking for an alternative to this and I found that you can use jsDelivr to point to exact commit hash

sharing this just in case anyone else needs it

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslCanvas@9c5eff041b1dbe1cd3ab813d6062b9a64207e37a/dist/GlslCanvas.js"></script>