From 3deb66fd845db4024520a4382803e62d59e5c9c5 Mon Sep 17 00:00:00 2001 From: Sugeng Sulistiyawan Date: Fri, 25 Oct 2024 22:12:58 +0700 Subject: [PATCH] Add QRCode Generator (#5457) * Add QRCode Generator * rephrase description --------- Co-authored-by: Yassine Benaid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25635730..836e1e0b 100644 --- a/README.md +++ b/README.md @@ -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+.