0.0.2 • Published 6 years ago

summary-js v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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)