
deeplinks is an easy-to-use JavaScript library that allows you to deep-link to specific text on the webpage.
The library automatically generates a new URL after you select a piece of the text so that you can share any text content with your friends.
How to use it:
1. Download the package.
2. Import the deeplinks as a module. That’s it.
<script type="module" src="./deeplinks.js"></script>







