1.0.2 • Published 5 years ago
hyparrows v1.0.2
hyparrows
A JavaScript library that uses arrows to visually connect hyperlinks within a page
https://jsfiddle.net/1gzyxb2f/3/
Usage
<script type="module">
import { render } from 'https://unpkg.com/hyparrows/dist/bundle.min.mjs';
render(document.body);
</script>