gtanner / qrcode-terminal

QRCodes in your terminal, cause thats hot.
Apache License 2.0
1.28k stars 102 forks source link

Options to change colors #37

Open jcubic opened 4 years ago

jcubic commented 4 years ago

I use the library in browser (I'm processing ANSI escapes in browser) https://codepen.io/jcubic/pen/WNrEKMY?editors=1010 I've created a file using browserify and it work nice. The only issue is I would like to change the color to white.

Do you plan on adding options?

jcubic commented 4 years ago

It was asked here #6 but the solution was to detect the white terminal, it would be nice if you actually could use any color for background and foreground.