A mimic implementation of [`HTMLElement.innerText`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText)
npm install fallentext

HTMLElement.innerText Important notes:
- Does not take CSS styling or layout into account .
- Treats value as text, if given as the root node.
- Treats alt attribute values as text.
- Treats SVG , , values as text, regardless if contained in .
- Treats MathML values as text.
- Can be used with jsdom, for use with Node.js