You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option("-d, --dir <path>","Specify the directory to search for SVG files.")
40
40
.option("-o, --out <path>","Specify the directory where rasterized PNG files will be saved.","./bitmaps")
41
-
.option("--puppeteer","Render using Puppeteer (which require internet).")
41
+
.option("--puppeteer","Use Puppeteer for rendering (requires internet) or default to '@resvg/resvg-js' for SVG rendering.")
42
42
.option("-n, --themeName <string>",`Specify the name of sub-directory inside output directory. ${chalk.yellow("(Deprecated: Use the '-o' option to specify the full output path instead.)")}`)
43
43
.option("-bc, --baseColor [string]","Specifies the CSS color for inner part of cursor. (optional)")
44
44
.option("-oc, --outlineColor [string]","Specifies the CSS color for cursor's ouline. (optional)")
0 commit comments