🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

vuepress-image

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-image

分析 VuePress 文档中的图片链接并下载,可将图片转码为 Avif 格式,更加节省空间

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

VuePress 图片下载工具

分析 VuePress 文档中的图片链接并下载,可将图片转码为 Avif 格式,更加节省空间

preview

Description:
  VuePress 图片下载工具 —— 分析 VuePress 文档中的图片链接并下载,可将图片转码为 Avif 格式,更加节省空间

Usage:
  vuepress-image [Options]

Options:
  -d, --doc_dir <doc_dir>  MD文档存放文件夹 [default: src]
  -i, --img_dir <img_dir>  图片存放文件夹 [default: src\.vuepress\public]
  -n, --no_convert         不转换图片格式为 Avif [default: False]
  -v, --version            当前版本号
  -h, --help               显示帮助信息

Examples:
vuepress-image -d src -i src\.vuepress\public
vuepress-image -n

使用方法

在文档的根目录下运行以下命令

vuepress-image

如果您的目录结构不同,请使用 -d-i 参数指定文档和图片的目录

vuepress-image -d src -i src\.vuepress\public

如果您不想将图片转码为 Avif 格式,请使用 -n 参数

vuepress-image -c

查看帮助

vuepress-image -h

Keywords

vuepress

FAQs

Package last updated on 12 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts