@uppy/thumbnail-generator
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -458,2 +458,2 @@ var _class, _temp; | ||
return ThumbnailGenerator; | ||
}(Plugin), _class.VERSION = "1.6.3", _temp); | ||
}(Plugin), _class.VERSION = "1.6.4", _temp); |
{ | ||
"name": "@uppy/thumbnail-generator", | ||
"description": "Uppy plugin that generates small previews of images to show on your upload UI.", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^3.2.0", | ||
"@uppy/utils": "^3.2.1", | ||
"exifr": "^5.0.2", | ||
@@ -33,3 +33,3 @@ "math-log2": "^1.0.1" | ||
}, | ||
"gitHead": "16686fc0cae55dd40f449f63005273145aba7df3" | ||
"gitHead": "2d91641ddd1efbb7b21ba850156d865491999106" | ||
} |
@@ -18,3 +18,3 @@ # @uppy/thumbnail-generator | ||
const uppy = Uppy() | ||
const uppy = new Uppy() | ||
uppy.use(ThumbnailGenerator, { | ||
@@ -21,0 +21,0 @@ thumbnailWidth: 200 |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73143
Updated@uppy/utils@^3.2.1