An open API service indexing awesome lists of open source software.

https://github.com/armhil/easy-qrcode-barcode-addin

Easy QR Code and Barcode reader is an Office Word add-in that allows people to generate stuff in Word docs.
https://github.com/armhil/easy-qrcode-barcode-addin

barcode barcode-generator office-addin qrcode qrcode-generator typescript

Last synced: 2 days ago
JSON representation

Easy QR Code and Barcode reader is an Office Word add-in that allows people to generate stuff in Word docs.

Awesome Lists containing this project

README

        

# easy-qrcode-barcode-addin

[![Build and publish](https://github.com/armhil/easy-qrcode-barcode-addin/actions/workflows/main.yml/badge.svg)](https://github.com/armhil/easy-qrcode-barcode-addin/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/armhil/easy-qrcode-barcode-addin/graph/badge.svg?token=BQYL5Z1E7W)](https://codecov.io/gh/armhil/easy-qrcode-barcode-addin)

[Easy QR code and Barcode generator](https://appsource.microsoft.com/en/product/office/WA200002492?tab=Overview) is a Microsoft Word add-in (well, hopefully I can make it cross-plat some day) that allows people to generate QRs and Barcodes in Word docs. I finally got around open-sourcing this.

I'd say it's safe to ignore the rating as this app had some legit outages which clashed with my holidays, but I've done my part, TypeScriptified the whole thing, re-built it using my open source stuff like [Easy-Addins-Utils](https://github.com/armhil/easy-addins-utils) and [Azure-Blobs-Uploader](https://github.com/armhil/azure-blobs-content-uploader), so we should be in a way better place.

Also - it's important to call out the significant dependencies! I didn't build the QR or Bar libraries myself, so huge kudos goes to repos below.

Things like storybooks, ~~proper~~ test are still pending for this; will get to it at some stage.

## What does it look like?

`QR code` generation | `Barcode` generation
:-------------------------:|:-------------------------:
![](https://github.com/armhil/easy-qrcode-barcode-addin/blob/main/submission/screenshots/sc2.png) | ![](https://github.com/armhil/easy-qrcode-barcode-addin/blob/main/submission/screenshots/sc4.png)

## Important libs
Massive thanks to @zpao and @kciter!

* https://github.com/zpao/qrcode.react
* https://github.com/kciter/react-barcode
* https://github.com/armhil/easy-addins-utils