microlinkhq / sdk

Make any URL embeddable. Turn any URL into a beautiful link preview.

Home Page:https://microlink.io/sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow passing in of single DOM element to microlink function

anthonylebrun opened this issue · comments

Currently this works:

microlink([node1, node2])

But not this:

microlink(node1)

Working on a PR. Will submit it shortly!