Skip to content

Commit bb0bf02

Browse files
authored
Changing URLs (#30)
1 parent 9a28945 commit bb0bf02

3 files changed

Lines changed: 47 additions & 73 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:---: | :---: | :---:
1414
[![Generate](https://products.aspose.app/barcode/generate/img/aspose_generate-app-48.png)](https://products.aspose.app/barcode/generate) | [![Recognize](https://products.aspose.app/barcode/recognize/img/aspose_recognize-app-48.png)](https://products.aspose.app/barcode/recognize) | [![Embed](https://products.aspose.app/barcode/embed/img/aspose_embed-app-48.png)](https://products.aspose.app/barcode/embed)
1515

16-
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/cloud) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
16+
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
1717

1818
This repository contains Aspose.BarCode Cloud SDK for Node.js source code.
1919

@@ -95,11 +95,11 @@ All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed und
9595
## Resources
9696

9797
+ [**Website**](https://www.aspose.cloud)
98-
+ [**Product Home**](https://products.aspose.cloud/barcode/cloud)
98+
+ [**Product Home**](https://products.aspose.cloud/barcode/)
9999
+ [**Documentation**](https://docs.aspose.cloud/barcode/)
100100
+ [**Free Support Forum**](https://forum.aspose.cloud/c/barcode)
101101
+ [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
102-
+ [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-barcode-product-family/)
102+
+ [**Blog**](https://blog.aspose.cloud/category/barcode/)
103103

104104
## Documentation for API Endpoints
105105

package-lock.json

Lines changed: 40 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@
148148
"tabWidth": 4
149149
},
150150
"devDependencies": {
151-
"@types/uuid": "^8.3.0",
152-
"npm-check-updates": "^11.7.1",
151+
"@types/uuid": "^8.3.1",
152+
"npm-check-updates": "^11.8.3",
153153
"tsdx": "^0.14.1",
154154
"tslib": "^2.3.0",
155-
"typescript": "^4.3.4",
155+
"typescript": "^4.3.5",
156156
"uuid": "^8.3.2"
157157
},
158158
"dependencies": {
159-
"@types/request": "^2.48.5",
159+
"@types/request": "^2.48.6",
160160
"request": "^2.88.2"
161161
},
162162
"bugs": {

0 commit comments

Comments
 (0)