2025-04-19 15:38:48 +08:00
..
2025-04-19 15:38:48 +08:00
2025-04-19 15:38:48 +08:00
2025-04-19 15:38:48 +08:00
2025-04-19 15:38:48 +08:00

window-metadata npm version

Scrape Window Metadata

API

interface IWebsiteMetadata {
  description: string;
  url: string;
  icons: string[];
  name: string;
}

function getWindowMetadata(): IWebsiteMetadata | null;