@kumarargentra/window-metadata
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

window-metadata npm version

Scrape Window Metadata

API

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

function getWindowMetadata(): IWebsiteMetadata | null;

Package Sidebar

Install

npm i @kumarargentra/window-metadata

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

230 kB

Total Files

14

Last publish

Collaborators

  • kumarargentra