WenheLI / p5.gif

P5.js gif helper
MIT License
38 stars 4 forks source link

Broken CDN link #15

Closed infusion closed 5 years ago

infusion commented 5 years ago

Hello,

when using p5.gif via the link https://p5gif.s3.yuu.uno/stable/p5gif.min.js an SSL protocol error is reported.

Robert

WenheLI commented 5 years ago

Hi, We have moved our CDN to unpkg right now. So you should import in this way.

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://unpkg.com/p5.gif@1.0.5/dist/p5gif.min.js"></script>

Could you please tell me, where did you found the old cdn link? I am gonna get rid of the old link.

infusion commented 5 years ago

Yep, I changed to unpkg. I found it here: https://github.com/WenheLI/p5.gif/wiki

WenheLI commented 5 years ago

Thanks!