@d3p1/img2pxl 1.17.2 → 1.17.3
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 +3 -1
- 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
|
@@ -940,7 +940,9 @@ k = new WeakMap(), C = new WeakMap(), Q = new WeakSet(), /**
|
|
|
940
940
|
* @throws {Error}
|
|
941
941
|
*/
|
|
942
942
|
ze = function(i) {
|
|
943
|
-
if (
|
|
943
|
+
if (i.find(
|
|
944
|
+
(t) => t === pe
|
|
945
|
+
) === void 0)
|
|
944
946
|
throw new Error(
|
|
945
947
|
"The `0` breakpoint is required. It defines the default image that should be used."
|
|
946
948
|
);
|