qrcode-generator
QR Code Generator implementation in JavaScript, Java and more.
File Explorer
Download Latest Version (.zip)- .jsdtscope
- com.palantir.typescript.prefs
- org.eclipse.core.resources.prefs
- org.eclipse.jdt.core.prefs
- org.eclipse.wst.jsdt.ui.superType.container
- org.eclipse.wst.jsdt.ui.superType.name
- QRCode.as
- BitBuffer.as
- ErrorCorrectLevel.as
- MaskPattern.as
- Mode.as
- Polynomial.as
- QR8BitByte.as
- QRAlphaNum.as
- QRCode.as
- QRData.as
- QRKanji.as
- QRMath.as
- QRNumber.as
- QRUtil.as
- RSBlock.as
- StringUtil.as
- manifest.xml
- README.txt
- QRCodeSample1.as
- QRCodeSample2.mxml
- build.xml
- .gitignore
- hhvm_generated.html
- sample.html
- sample_custom.php
- sample_html.php
- sample_image.php
- qrcode.hack
- .gitignore
- .hhconfig
- composer.json
- composer.lock
- hh_autoload.json
- hhast-lint.json
- hhast_lint.json
- unit_test.diffme.gif
- GIFImage.java
- QRCodeServlet.java
- BitBuffer.java
- ErrorCorrectionLevel.java
- MaskPattern.java
- Mode.java
- Polynomial.java
- QR8BitByte.java
- QRAlphaNum.java
- QRCode.java
- QRData.java
- QRKanji.java
- QRMath.java
- QRNumber.java
- QRUtil.java
- RSBlock.java
- web.xml
- form.jsp
- index.jsp
- GIFImageTest.java
- BitBufferTest.java
- PolynomialTest.java
- QRCodeTest.java
- .gitignore
- build.gradle
- README.txt
- qrcode.png
- sample.js
- style.css
- index.html
- qrcode.d.ts
- qrcode.js
- qrcode.mjs
- qrcode_SJIS.js
- qrcode_SJIS.mjs
- qrcode_UTF8.js
- qrcode_UTF8.mjs
- qrcode.ts
- qrcode_SJIS.ts
- qrcode_UTF8.ts
- types.ts
- qrcode-test-impl.js
- qrcode.test.mjs
- qrcode_SJIS.test.mjs
- qrcode_UTF8.test.mjs
- .gitignore
- package-lock.json
- package.json
- tsconfig.json
- vite.config.js
- web-test-runner.config.mjs
- GenSJISSupport.java
- qrcode_SJIS.js.tmpl
- SJIS.txt
- .gitignore
- build.xml
- qrcode-test-impl.js
- qrcode.test.html
- qrcode.test.mjs
- qrcode_SJIS.test.html
- qrcode_SJIS.test.mjs
- qrcode_UTF8.test.html
- qrcode_UTF8.test.mjs
- .gitignore
- import_test.ts
- .gitignore
- Gruntfile.js
- package-lock.json
- package.json
- .gitignore
- .npmignore
- package-lock.json
- package.json
- README.md
- web-test-runner.config.mjs
- qrcode.php
- sample.html
- sample_custom.php
- sample_html.php
- sample_image.php
- qrcode.py
- qrcode.rb
- GIFImage.ts
- Base64.ts
- Base64DecodeInputStream.ts
- Base64EncodeOutputStream.ts
- ByteArrayInputStream.ts
- ByteArrayOutputStream.ts
- InputStream.ts
- OutputStream.ts
- BitBuffer.ts
- ErrorCorrectLevel.ts
- MaskPattern.ts
- Mode.ts
- Polynomial.ts
- QR8BitByte.ts
- QRAlphaNum.ts
- QRCode.ts
- QRData.ts
- QRKanji.ts
- QRMath.ts
- QRNumber.ts
- QRUtil.ts
- RSBlock.ts
- createStringToBytes.ts
- stringToBytes_SJIS.ts
- stringToBytes_UTF8.ts
- test.html
- test.ts
- .gitignore
- .gitignore
- .project
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kazuhikoarase/qrcode-generator
Downloads the entire project code from GitHub to your computer.
cd qrcode-generator
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd java
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
cd js/experiment/vt
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. PHP (Composer)
EasyPrerequisites
cd hack
This project's files live in a subfolder, so move into it first.
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
