@dualbox/editor 1.0.30 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/html/editor.html CHANGED
@@ -57,6 +57,10 @@
57
57
  <!--<script src="../lib/jsPlumb-2.1.8.js"></script> -->
58
58
  <script src="../js/dist/GraphEditor.js"></script>
59
59
  <script src="../require/index.js"></script>
60
+ <script>
61
+ THREE = {}; // for debug
62
+ </script>
63
+ <script src="../../../Personnels/webgl-modelers/node_modules/three-js-debug-rendertarget/dist/browser/three-js-debug-rendertarget.js"></script>
60
64
  <script>
61
65
  // Useful for require.js to work
62
66
  var sources = {};