-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimised SVG shape by reducing points (another 60% size reduction)
* The number of points in the SVG is minimised by connecting all squares in the most efficient way * Added minified source file with source map * New sample form options: trim text, select mask pattern * Mask patterns can be selected and evaluated for file size and visual "beauty" * Sample form is now fixed, list selections survive page reload in the browser
- Loading branch information
Showing
8 changed files
with
337 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"projectName": "qrcode-generator", | ||
"files": [ | ||
{ | ||
"name": "qrcode.js" | ||
} | ||
] | ||
} |
Oops, something went wrong.