Author: | WesleyAC |
---|---|
Views Total: | 164 views |
Official Page: | Go to website |
Last Update: | December 9, 2021 |
License: | MIT |
Preview:

Description:
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>