Basically https://github.com/jshemas/openGraphScraper but only html parsing so it works in the browser.
const { parse } = require('open-graph-parse')
console.log(parse('some_html_here'))
Basically https://github.com/jshemas/openGraphScraper but only html parsing so it works in the browser.
const { parse } = require('open-graph-parse')
console.log(parse('some_html_here'))
npm i open-graph-parse
2
1.0.1
MIT
43.9 kB
9