utilitas 1993.3.30 → 1993.3.32

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/README.md CHANGED
@@ -441,6 +441,7 @@ Works in Node.js and modern browsers.
441
441
  | annotateImage | AsyncFunction | image, options |
442
442
  | init | AsyncFunction | options |
443
443
  | ocrImage | AsyncFunction | image, options |
444
+ | see | AsyncFunction | image, options |
444
445
 
445
446
  ### [web](./lib/web.mjs)
446
447
 
@@ -451,7 +452,7 @@ Works in Node.js and modern browsers.
451
452
  | distill | AsyncFunction | |
452
453
  | distillHtml | AsyncFunction | html, options |
453
454
  | distillPage | AsyncFunction | url, op |
454
- | distillYoutube | AsyncFunction | url |
455
- | getYoutubeMetadata | AsyncFunction | url |
456
- | getYoutubeTranscript | AsyncFunction | url |
455
+ | distillYoutube | AsyncFunction | |
456
+ | getYoutubeMetadata | AsyncFunction | |
457
+ | getYoutubeTranscript | AsyncFunction | |
457
458
  | isYoutubeUrl | Function | |