gitextract_aeet774x/ ├── .github/ │ └── workflows/ │ ├── codeql.yml │ ├── coveralls.yml │ └── scorecard.yml ├── .gitignore ├── .husky/ │ └── pre-commit ├── .prettierignore ├── .prettierrc.json ├── LICENSE ├── README.md ├── demo/ │ ├── demo.js │ └── index.html ├── dist/ │ ├── bundle.js │ ├── carbonium.d.ts │ └── src/ │ └── carbonium.d.ts ├── eslint.config.js ├── package.json ├── playwright.config.ts ├── rollup.config.js ├── src/ │ └── carbonium.ts ├── test/ │ └── test.ts ├── tests/ │ └── carbonium.spec.ts └── tsconfig.json