@d3p1/img2pxl 1.19.0 → 1.19.1

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/dist/img2pxl.js CHANGED
@@ -1085,12 +1085,7 @@ class si {
1085
1085
  * @returns {void}
1086
1086
  */
1087
1087
  debug() {
1088
- i(this, w) || (n(this, d, ie).call(this), i(this, P).debug(), this.debugManager.addButton({
1089
- title: "Copy"
1090
- }).on("click", () => {
1091
- const t = this.debugManager.exportState();
1092
- console.log(t);
1093
- }), l(this, w, !0));
1088
+ i(this, w) || (n(this, d, ie).call(this), l(this, w, !0));
1094
1089
  }
1095
1090
  /**
1096
1091
  * Dispose
@@ -1135,7 +1130,12 @@ Ne = function(e) {
1135
1130
  * @returns {void}
1136
1131
  */
1137
1132
  ie = function() {
1138
- this.debugManager.element.style.display = "block";
1133
+ i(this, P).debug(), this.debugManager.addButton({
1134
+ title: "Copy"
1135
+ }).on("click", () => {
1136
+ const t = this.debugManager.exportState();
1137
+ console.log(t);
1138
+ }), this.debugManager.element.style.display = "block";
1139
1139
  }, /**
1140
1140
  * Disable debug
1141
1141
  *