summary-js
v0.0.2
Published
The aims of this little script is to create a summary navigation based on titles of a given container.
Readme
Summary-js
The aims of this little script is to create a summary navigation based on titles of a given container.
API
Very simple.
const toSummarize = document.querySelector('#to-summarize')
const whereShouldIPutTheSummary = document.querySelector('#summary-js')
summary(toSummarize, whereShouldIPutTheSummary)