fred-wang / TeXZilla

LALR Javascript LaTeX-to-MathML converter compatible with Unicode
http://fred-wang.github.io/TeXZilla/
130 stars 21 forks source link

Broken links to Three.js in MathML in WebGL #75

Closed pepelsbey closed 2 months ago

pepelsbey commented 2 months ago

The demo currently hotlinks to Three.js’ website that doesn’t host library files anymore:

<script src="https://threejs.org/build/three.min.js" type="text/javascript"></script>
<script src="https://threejs.org/examples/js/controls/OrbitControls.js" type="text/javascript"></script>

I’d suggest using the new ones they recommend in docs:

However, I couldn’t quickly make it work by just swapping the URLs.

fred-wang commented 2 months ago

@pepelsbey Thanks it should be working again now. Can you please confirm?

(probably TeXZilla should be proposed a JS module, I've opened https://github.com/fred-wang/TeXZilla/issues/76)

pepelsbey commented 2 months ago

Works great now! Thanks :)