1.0.1 • Published 1 year ago

@walletconnect/window-metadata v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

window-metadata npm version

Scrape Window Metadata

API

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

function getWindowMetadata(): IWebsiteMetadata | null;