@mdgate/converters 0.3.2 → 0.3.4
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/README.md +4 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -55,5 +55,7 @@ Only need one format? Install just that package instead — for example
|
|
|
55
55
|
| `@mdgate/hwp` | hwp, hwpx, hwt, hwtx |
|
|
56
56
|
| `@mdgate/wps` | wps, wpt, et, ett, dps, dpt |
|
|
57
57
|
| `@mdgate/zip` | zip, zipx, jar |
|
|
58
|
-
| `@mdgate/image` | jpeg
|
|
59
|
-
| `@mdgate/audio` | mp3
|
|
58
|
+
| `@mdgate/image` | jpeg\*, png\*, webp\*, gif\*, tiff\*, heic\*, bmp\*, svg |
|
|
59
|
+
| `@mdgate/audio` | mp3\*, wav\*, m4a\*, aac\*, ogg\*, flac\*, webm\* |
|
|
60
|
+
|
|
61
|
+
\* Needs a callback — vision for raster images (`image()`), transcription for audio (`audio()`). Not registered by `all()`. SVG converts locally.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdgate/converters",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Official mdgate converter bundle",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"@mdgate/data": "0.1.0",
|
|
29
29
|
"@mdgate/doc": "0.1.0",
|
|
30
30
|
"@mdgate/docx": "0.1.0",
|
|
31
|
-
"@mdgate/email": "0.1.
|
|
32
|
-
"@mdgate/epub": "0.1.
|
|
31
|
+
"@mdgate/email": "0.1.1",
|
|
32
|
+
"@mdgate/epub": "0.1.1",
|
|
33
33
|
"@mdgate/fb2": "0.1.0",
|
|
34
|
-
"@mdgate/html": "0.1.
|
|
34
|
+
"@mdgate/html": "0.1.1",
|
|
35
35
|
"@mdgate/hwp": "0.1.0",
|
|
36
36
|
"@mdgate/image": "0.1.1",
|
|
37
37
|
"@mdgate/ipynb": "0.1.0",
|
|
38
38
|
"@mdgate/keynote": "0.1.0",
|
|
39
39
|
"@mdgate/latex": "0.1.0",
|
|
40
|
-
"@mdgate/mobi": "0.1.
|
|
40
|
+
"@mdgate/mobi": "0.1.1",
|
|
41
41
|
"@mdgate/numbers": "0.1.0",
|
|
42
42
|
"@mdgate/odf": "0.1.0",
|
|
43
43
|
"@mdgate/onenote": "0.1.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@mdgate/visio": "0.1.0",
|
|
52
52
|
"@mdgate/wps": "0.1.0",
|
|
53
53
|
"@mdgate/xlsx": "0.1.0",
|
|
54
|
-
"@mdgate/zip": "0.1.
|
|
54
|
+
"@mdgate/zip": "0.1.1"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|