@reshotdev/screenshot 0.0.1-beta.20 → 0.0.1-beta.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshotdev/screenshot",
3
- "version": "0.0.1-beta.20",
3
+ "version": "0.0.1-beta.21",
4
4
  "description": "Screenshot and video capture CLI",
5
5
  "author": "Reshot <hello@reshot.dev>",
6
6
  "license": "MIT",
@@ -511,7 +511,7 @@ async function pullCommand(options = {}) {
511
511
  console.log(chalk.cyan(` src={assets.assets.${sGroup}.${sVisual}.${sCtx}${sStep}.src}`));
512
512
  console.log(chalk.cyan(` width={assets.assets.${sGroup}.${sVisual}.${sCtx}${sStep}.width}`));
513
513
  console.log(chalk.cyan(` height={assets.assets.${sGroup}.${sVisual}.${sCtx}${sStep}.height}`));
514
- console.log(chalk.cyan(` alt={assets.assets.${sGroup}.${sVisual}.${sCtx}${sStep}.alt}`));
514
+ console.log(chalk.cyan(` alt="Your descriptive alt text"`));
515
515
  console.log(chalk.cyan(" />\n"));
516
516
  } else if (format === "csv") {
517
517
  console.log(chalk.blue("━━━ CSV Usage ━━━\n"));