Smooth scrolling fragment links.
npm install -D @inotom/smoothscroll
<script src="smoothscroll.min.js"></script>
<script>
SmoothScroll.smoothScroll();
</script>
import { smoothScroll } from '@inotom/smoothscroll';
window.addEventListener('load', () => {
smoothScroll();
});
MIT
inotom