Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
Example code changed to don't show text on QR
  • Loading branch information
Ivan Kamkin authored and Ivan Kamkin committed Mar 22, 2024
1 parent d847fbe commit 3bea949
Show file tree
Hide file tree
Showing 4 changed files with 13,721 additions and 672 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)

+ API version: 3.0
+ Package version: 24.2.0
+ Package version: 24.3.0

## Demo applications

Expand Down Expand Up @@ -52,6 +52,8 @@ async function generateBarcode(api) {
const request = new Barcode.GetBarcodeGenerateRequest(
Barcode.EncodeBarcodeType.QR,
'Aspose.BarCode for Cloud Sample');
request.textLocation = "None";

const oneBarcode = await api.getBarcodeGenerate(request);

const fileName = 'QR.png'
Expand Down
Loading

0 comments on commit 3bea949

Please sign in to comment.