We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6087661 commit 91b5beaCopy full SHA for 91b5bea
docs/docs/planned-features.md
@@ -7,8 +7,20 @@ description: This page is to introduce examples of use.
7
8
## Download External Images
9
10
-In progress 🏗
+We are planning the ability to save external images locally when they are specified.
11
12
## Convert to specified format
13
14
+We plan to have the ability to convert to a specified format.
15
+
16
+For example, to convert to webp, the following configuration is used.
17
18
+```js title="export-images.config.js"
19
+module.exports = {
20
+ convertFormat: 'webp',
21
+}
22
+```
23
24
+:::caution
25
+This API is in the planning stage and is subject to change in practice.
26
+:::
0 commit comments