JavaScript module to scrape site data and generate a link preview popup
npm install preview-link-jsNPM module to scrape site data and generate a link preview popup
[Try it out] This package allows you to easily generate link preview popups. Retrieving site data from the browser side is blocked (Read More: CORS), so you must use node-link-scraper with this component.
cmd
npm i preview-link-js
`
Import component and include your scraper link:
`js
import PreviewLink from 'preview-link-js'
...
`
Usage
- Include your link via href, and your display text as innerHTML
`js
preview-link-js
`
- You can also edit the class and style fields
`js
preview-link-js
``