This project uses a submodule, so think about loading also that submodule e.g. by git clone --recurse-submodules <PATHTOREPO>, otherwise use git submodule update --init after cloning.
Submodule QR-Code Generator (MIT License) is loaded from: https://github.com/davidshimjs/qrcodejs.
This project uses a Git submodule for additional functionality. When cloning the repository, make sure to load the submodule by using:
git clone --recurse-submodules <URL_TO_REPO>If the repository has already been cloned, you can load the submodule afterward with the following command:
git submodule update --initThe "QR Code Generator" submodule (MIT License) is sourced from the following repository: https://github.com/davidshimjs/qrcodejs.