gitextract_tri8bljk/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── npm-publish.yml ├── .gitignore ├── .nvmrc ├── .stylelintrc ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── add-banner.js ├── demo/ │ ├── index.html │ └── styles.css ├── dist/ │ ├── tobii.js │ ├── tobii.modern.js │ ├── tobii.module.js │ └── tobii.umd.js ├── eslint.config.js ├── package.json └── src/ ├── js/ │ ├── browser.js │ ├── index.js │ └── types/ │ ├── html.js │ ├── iframe.js │ ├── image.js │ └── youtube.js └── scss/ ├── _variables.scss └── tobii.scss