Brandon Lim

Results 1 issues of Brandon Lim

[pragmarx/google2fa-laravel config](https://github.com/antonioribeiro/google2fa-laravel/blob/master/src/config/config.php#L77) mentioned support for `imagemagick`, `svg` and `eps` options for generating QR codes. With `ImagickImageBackEnd`, the image is [base64 encoded](https://github.com/antonioribeiro/google2fa-qrcode/blob/master/src/Google2FA.php#L116-L118). However, with `svg` or `eps`, the image is not...

enhancement