mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-27 05:21:58 +00:00
added gif support...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9425b3ccc1
commit
bb3f3f2ea0
@ -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,
|
||||||
|
|||||||
4
Viewer/package-lock.json
generated
4
Viewer/package-lock.json
generated
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user