UNPKG

ts-open-graph-scraper

Version:

Node.js scraper module for Open Graph and Twitter Card info, based on https://github.com/jshemas/openGraphScraper

3 lines (2 loc) 144 B
import { OGData, OGDataRaw, OGOptions } from './types'; export declare function mediaSetup(ogObjectRaw: OGDataRaw, options: OGOptions): OGData;