qr-creator icon indicating copy to clipboard operation
qr-creator copied to clipboard

Lightweight library for stylish QR codes

Results 8 qr-creator issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

I'll get next error: ``` Compiled with problems:X WARNING ./node_modules/qr-creator/dist/qr-creator.es6.min.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/xy/public_html/project/node_modules/qr-creator/dist/src/qr-creator.js' file: Error: ENOENT: no such file or directory, open...

I love that you created this lib! I'd like to generate an image on the backend and send it to the user by email. Can that be done?

Could you add a possibility to insert a middle centered image, merged with the QR-code itself (for when downloading), like in this PR to the original library? https://github.com/davidshimjs/qrcodejs/pull/291 Note: if...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Love this lib and how minimal and dependency-free it is! One rather minor issue I stumbled across: On higher-res displays (like modern mobile phones) the QR code gets somewhat blurry....

we can add `QrCreator` to `globalThis` rather than `self` which will have the same effect, but will allow for importing in non-browser environments