UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

24 lines (21 loc) 759 B
<!DOCTYPE html> <html> <head> <title>WEU Converter</title> <meta charset="utf-8" /> <link href="index.css" rel="stylesheet"> </head> <body> <script src="../../dist/viewer.min.js"></script> <script src="../thirdparty/filesaver.js"></script> <script src="../shared/localorhive.js"></script> <script src="../shared/utils.js"></script> <script src="../shared/domutils.js"></script> <script src="../shared/component.js"></script> <script src="../shared/components/toggle.js"></script> <script src="components/weuchanges.js"></script> <script src="components/weumeta.js"></script> <script src="components/weuconverter.js"></script> <script src="index.js"></script> </body> </html>