1.0.5 • Published 2 months ago

js-link-previewer v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Link Previwer

Simple, lightweight pure JavaScript component that adds a link preview functionality.

Demo

https://jagermesh.github.io/js-link-previewer/

Usage:

1) Include the script:

<script type="text/javascript" src="link-previewer.js"></script>

2) Create Link Previwer instance

const linkPreviewer = new LinkPreviewer();

3) Attach to selector

linkPreviewer.attach('a');

That's all.

Have fun. Send PR if you find any glitches or want to make improvements.

:)

1.0.5

2 months ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago