mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-29 22:25:59 -04:00
8 lines
160 B
JavaScript
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");
|