qrcode-with-logos
qrcode-with-logos copied to clipboard
A plugin for creating a qrcode with logo, Demo
Hey, I was using this package an I could not load it with the ES5 syntax(aka the require) so I simply changed the syntax so users can use it with...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 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 See full...
the line ``` var QRCode = require("qrcode"); ``` in your module causes "global is not defined". package.json in my case: ``` ... "dependencies": { "@angular/common": "~9.0.4", "@angular/core": "~9.0.4", ... ```...
Hey, would it be possible to use differnt style qr codes like the google chrome dev inbuild 
``` `let qrLogo = new IQrCodeWithLogo({ content: contact.linkURL, width: 380, image: image, logo: { src: this.remoteUrl+ imageName + '.png' } });` ``` when I can't download the logo, I don't...
hello, i set "transparent" or rgba vale to color.light but it is not work
Hello, I'm using your (great) package version 1.0.5 in a Laravel project. My assets are bundled using Vite. After building my assets for prod, I have an error "require is...
Hey, I am trying to import your package but I am getting this error, ``` import QRCodeWithLogos from 'qrcode-with-logos'; new QRCodeWithLogos({...}); ``` I am using NodeJS v16. Please let me...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...