Skip to content

Commit

Permalink
Release 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 22, 2024
1 parent c4e35ac commit 3858026
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Minimal browser and node.js QR Code Pattern encoder & decoder.
- 🏞️ Encoding (generating) supports ASCII, term, gif and svg codes
- 📷 Decoding (reading) supports camera feed input, files and non-browser environments
- 🔍 Extensive tests ensure correctness: 100MB+ of vectors
- 🪶 Just 1000 lines for encoding and 800 lines for decoding
- 🪶 35KB for encoding + decoding, 18KB for encoding (1000 lines of code)

Check out interactive demo [paulmillr.com/apps/qr/](https://paulmillr.com/apps/qr/) and
[qrBTF.com](https://qrbtf.com/en), which uses the library to generate custom, styled codes.
Expand Down
2 changes: 1 addition & 1 deletion build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"esbuild": "0.20.1"
},
"scripts": {
"build:release": "npx esbuild --minify --bundle input.js --outfile=`npx jsbt outfile` --global-name=`npx jsbt global`"
"build:release": "npx esbuild --minify --bundle input.js --outfile=`npx jsbt outfile` --global-name=`npx jsbt global`",
"build:min": "npx esbuild --minify --bundle input.js --outfile=`npx jsbt outfile` --global-name=`npx jsbt global`"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paulmillr/qr",
"version": "0.2.1",
"version": "0.3.0",
"description": "Minimal browser & node.js QR Code Pattern reader and generator. Supports ascii, term, gif and svg formats",
"files": [
"esm",
Expand Down

0 comments on commit 3858026

Please # to comment.