@d3p1/img2pxl 1.17.6 → 1.17.7
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 +2 -2
- package/dist/img2pxl.js.map +1 -1
- package/dist/img2pxl.umd.cjs +1 -1
- package/dist/img2pxl.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/img2pxl.js
CHANGED
|
@@ -1126,7 +1126,7 @@ ie = function() {
|
|
|
1126
1126
|
this.rendererManager = new Ee(
|
|
1127
1127
|
e(this, u).currentImage.width,
|
|
1128
1128
|
e(this, u).currentImage.height
|
|
1129
|
-
), l(this, z, new ke()), n(this, d, Oe).call(this), n(this, d, Le).call(this), e(this, K).containerSelector && n(this, d, Te).call(this, e(this, K).containerSelector), l(this, C, () => {
|
|
1129
|
+
), l(this, z, new ke()), n(this, d, Oe).call(this), n(this, d, Le).call(this), l(this, I, n(this, d, Ne).bind(this)), window.addEventListener("keydown", e(this, I)), e(this, w) ? n(this, d, ee).call(this) : n(this, d, xe).call(this), e(this, K).containerSelector && n(this, d, Te).call(this, e(this, K).containerSelector), l(this, C, () => {
|
|
1130
1130
|
e(this, u).update() && (this.dispose(), n(this, d, ie).call(this));
|
|
1131
1131
|
}), window.addEventListener("resize", e(this, C)), n(this, d, $).call(this);
|
|
1132
1132
|
}, /**
|
|
@@ -1170,7 +1170,7 @@ Le = function() {
|
|
|
1170
1170
|
* @returns {void}
|
|
1171
1171
|
*/
|
|
1172
1172
|
Oe = function() {
|
|
1173
|
-
this.debugManager = new je()
|
|
1173
|
+
this.debugManager = new je();
|
|
1174
1174
|
}, /**
|
|
1175
1175
|
* Init DOM
|
|
1176
1176
|
*
|