gitextract_rfzm3utl/ ├── .gitignore ├── LICENSE ├── README.md ├── demo/ │ ├── index.html │ └── style.css ├── package.json ├── src/ │ └── qr-creator.js ├── test/ │ ├── index.html │ ├── qr-code.larsjung.js │ ├── qr-code.org.js │ └── style.css └── types/ └── qr-creator.d.ts