hoeditor-web 3.1.221 → 3.1.222
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/lib/hoeditor.umd.js +3 -1
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -104404,7 +104404,7 @@ const textParams = {
|
|
|
104404
104404
|
/***/ (function(__unused_webpack_module, __webpack_exports__) {
|
|
104405
104405
|
|
|
104406
104406
|
"use strict";
|
|
104407
|
-
/* harmony default export */ __webpack_exports__.A = ('3.1.
|
|
104407
|
+
/* harmony default export */ __webpack_exports__.A = ('3.1.222');
|
|
104408
104408
|
|
|
104409
104409
|
/***/ }),
|
|
104410
104410
|
|
|
@@ -237160,6 +237160,8 @@ var ARRAY_APPLY_BATCH=8192;var imageFileTypeHeaders={PNG:[[0x89,0x50,0x4e,0x47]]
|
|
|
237160
237160
|
[0x49,0x49,0x2a,0x00]//Intel
|
|
237161
237161
|
],JPEG:[[0xff,0xd8,0xff,0xe0,undefined,undefined,0x4a,0x46,0x49,0x46,0x00],//JFIF
|
|
237162
237162
|
[0xff,0xd8,0xff,0xe1,undefined,undefined,0x45,0x78,0x69,0x66,0x00,0x00],//Exif
|
|
237163
|
+
[0xff,0xd8,0xff,0xe2],//Canon Camera Image File Format (CIFF)
|
|
237164
|
+
[0xff,0xd8,0xff,0xe8,undefined,undefined,0x53,0x50,0x49,0x46,0x46,0x00],// Still Picture Interchange File Format (SPIFF)
|
|
237163
237165
|
[0xff,0xd8,0xff,0xdb],//JPEG RAW
|
|
237164
237166
|
[0xff,0xd8,0xff,0xee]//EXIF RAW
|
|
237165
237167
|
],JPEG2000:[[0x00,0x00,0x00,0x0c,0x6a,0x50,0x20,0x20]],GIF87a:[[0x47,0x49,0x46,0x38,0x37,0x61]],GIF89a:[[0x47,0x49,0x46,0x38,0x39,0x61]],WEBP:[[0x52,0x49,0x46,0x46,undefined,undefined,undefined,undefined,0x57,0x45,0x42,0x50]],BMP:[[0x42,0x4d],//BM - Windows 3.1x, 95, NT, ... etc.
|