Add QRCode Generator (#5457)

* Add QRCode Generator

* rephrase description

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
This commit is contained in:
Sugeng Sulistiyawan 2024-10-25 22:12:58 +07:00 committed by GitHub
parent b2be60e7e5
commit 3deb66fd84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1441,6 +1441,7 @@ _Libraries for manipulating images._
- [go-cairo](https://github.com/ungerik/go-cairo) - Go binding for the cairo graphics library.
- [go-gd](https://github.com/bolknote/go-gd) - Go binding for GD library.
- [go-nude](https://github.com/koyachi/go-nude) - Nudity detection with Go.
- [go-qrcode](https://github.com/yeqown/go-qrcode) - Generate QR codes with personalized styles, allowing adjustments to color, block size, shape, and icons.
- [go-webcolors](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go.
- [go-webp](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp.
- [gocv](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+.