Skip to content

Commit f4b0abc

Browse files
readme
1 parent 9ec979a commit f4b0abc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "gevman/azure-thumbnails-generator",
3-
"description": "Create image thumbnails with help of Microsoft Artificial Intelligence, and show what needed!",
4-
"type": "project",
2+
"name": "gevman/azure-thumbnails",
3+
"description": "Create image thumbnails with help of Microsoft Artificial Intelligence, and show what needed! After uploading an image, a high quality thumbnail gets generated and the Computer Vision API algorithm analyzes the objects within the image, then crops it to fit the requirements of the “region of interest” (ROI).",
4+
"keywords": ["azure", "thumbnails", "artificial-intelligence", "image-cropper", "image-resizer"],
5+
"type": "library",
56
"license": "MIT",
67
"require": {
78
"php": ">=5.5",
@@ -12,7 +13,7 @@
1213
"name": "Gevorg Mansuryan",
1314
"email": "gevorgmansuryan@gmail.com"
1415
}
15-
],
16+
]
1617
"autoload": {
1718
"psr-4": {
1819
"Gevman\\Thumbnails\\": "src/"

0 commit comments

Comments
 (0)