Skip to content

Commit 91b5bea

Browse files
committed
docs: ✏️ Add planned features page
1 parent 6087661 commit 91b5bea

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/docs/planned-features.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ description: This page is to introduce examples of use.
77

88
## Download External Images
99

10-
In progress 🏗
10+
We are planning the ability to save external images locally when they are specified.
1111

1212
## Convert to specified format
1313

14-
In progress 🏗
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

Comments
 (0)