mini-file-manager
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "mini-file-manager", | ||
"description": "A lightweight File Manager for your application", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"main": "./dist/mini-file-manager.umd.cjs", | ||
@@ -6,0 +6,0 @@ "module": "./dist/mini-file-manager.js", |
@@ -6,2 +6,7 @@ function getExtension(filename) { | ||
const filters = { | ||
mini: { | ||
imageWidth: 40, | ||
imageHeight: 40, | ||
ratio: 1, | ||
}, | ||
station_small: { | ||
@@ -22,2 +27,12 @@ imageWidth: 250, | ||
}, | ||
medium: { | ||
imageWidth: 800, | ||
imageHeight: 800, | ||
ratio: 1, | ||
}, | ||
large: { | ||
imageWidth: 1500, | ||
imageHeight: 1500, | ||
ratio: 1, | ||
}, | ||
}; | ||
@@ -24,0 +39,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1595476
12133