UNPKG

@uppy/thumbnail-generator

Version:

Uppy plugin that generates small previews of images to show on your upload UI.

53 lines 1.17 kB
{ "name": "@uppy/thumbnail-generator", "description": "Uppy plugin that generates small previews of images to show on your upload UI.", "version": "5.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", "sideEffects": false, "scripts": { "build": "tsc --build tsconfig.build.json", "typecheck": "tsc --build", "test": "vitest run --environment=jsdom --silent='passed-only'" }, "keywords": [ "file uploader", "uppy", "uppy-plugin", "thumbnail", "preview", "resize" ], "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "files": [ "src", "lib", "dist", "CHANGELOG.md" ], "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "dependencies": { "@uppy/utils": "^7.0.0", "exifr": "^7.0.0" }, "devDependencies": { "jsdom": "^26.1.0", "namespace-emitter": "2.0.1", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "peerDependencies": { "@uppy/core": "^5.0.0" } }