UNPKG

@devmehq/open-graph-extractor

Version:

Extract Open Graph and Twitter Card info off from html

10 lines (9 loc) 249 B
export declare function mediaSetup(ogObject: any, options: { allMedia?: boolean; customMetaTags?: ConcatArray<{ multiple: boolean; property: string; fieldName: string; }>; onlyGetOpenGraphInfo?: any; }): any;