added gif support...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-08-26 10:22:33 +03:00
parent 9425b3ccc1
commit bb3f3f2ea0
2 changed files with 4 additions and 3 deletions

View File

@ -239,7 +239,8 @@ var FileSystemLoaderActions = actions.Actions({
// NOTE: this will not match "dot filenames", this is done // NOTE: this will not match "dot filenames", this is done
// intentionally to avoid the previews MAC computers // intentionally to avoid the previews MAC computers
// generate all over the place... // generate all over the place...
'image-file-pattern': '*.@(jpg|jpeg|png|svg|JPG|JPEG|PNG|SVG)', // XXX make this case-agnostic...
'image-file-pattern': '*.@(jpg|jpeg|png|svg|gif|JPG|JPEG|PNG|SVG|GIF)',
'image-file-read-stat': true, 'image-file-read-stat': true,
'image-file-skip-previews': false, 'image-file-skip-previews': false,

View File

@ -1,12 +1,12 @@
{ {
"name": "ImageGrid.Viewer.g4", "name": "ImageGrid.Viewer.g4",
"version": "4.0.10a", "version": "4.0.11a",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ImageGrid.Viewer.g4", "name": "ImageGrid.Viewer.g4",
"version": "4.0.10a", "version": "4.0.11a",
"dependencies": { "dependencies": {
"app-module-path": "*", "app-module-path": "*",
"async-json": "0.0.2", "async-json": "0.0.2",