1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 22:25:59 -04:00
Files
jarv.is/assets/js/src/anchor.js
T
2021-10-31 12:48:50 -04:00

8 lines
160 B
JavaScript

import SimpleAnchor from "simple-anchor";
const anchors = new SimpleAnchor({
icon: null,
});
anchors.add("div#content h2, div#content h3, div#content h4");