- We romoved the scrolling feature of the original littlefoot library as it made it difficult to read long footnotes whilst constantly scrolling.
- We added a feature to allow the user to see the entire fotnote in a single bounding box dynamically.
- We modified the original littlefoot libraries dom manipulation file scroll.ts to dynamically create the box size based on the footnote length and present the footnote wrapped in a bounding box.
Install using NPM:
npm install --save littlefootInstall using Yarn:
yarn add littlefootthen run:
npm run buildPlease follow the original littlefoot documentation for usage instructions.
To run see a demo of the changes made working please run the including demo.html to get started quickly.
###Before:
###After:


