microdata-node icon indicating copy to clipboard operation
microdata-node copied to clipboard

expose functions accepting parsed DOM directly

Open eldargab opened this issue 5 years ago • 0 comments

Hello, it would be nice to have DOM versions of provided functions, e.g.

export function toJsonLd(dom: htmlparser.Node[])

This is to avoid excessive re-parsing in case you want to scrap something else as well.

eldargab avatar Aug 13 '20 11:08 eldargab