danchitnis/webgl-plot

The JSDeliver CDN doesn't work anymore?

AdamMarciniak opened this issue · 3 comments

I'm not able to run the JSDeliver URL as a script anymore. Did that break?

@polishdude20 did you mean the umd examples? I have fixed these now since there was a change in the export naming of the module.

However, I strongly recommend using ES6 and Skypack if you are developing in the browser.

I mean using this code snippet:

<script src="https://cdn.jsdelivr.net/gh/danchitnis/webgl-plot@master/dist/webglplot.umd.min.js"></script>

It looks like the code returned from that page is the wrong one?

yes it works, see the examples:
Codepen
JSfiddle