File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The images must be all in the same folder and have a consistent name with a nume
5
5
6
6
## Download
7
7
8
- [ image-sequence-viewer.html] ( https://github.com/JaumeRibas/image-sequence-viewer/releases/download/v1.1.2 /image-sequence-viewer.html )
8
+ [ image-sequence-viewer.html] ( https://github.com/JaumeRibas/image-sequence-viewer/releases/download/v1.1.3 /image-sequence-viewer.html )
9
9
10
10
## How to use
11
11
Original file line number Diff line number Diff line change 86
86
< section id ="viewer ">
87
87
< img id ="img " src ="" />
88
88
</ section >
89
- < footer > version: 1.1.2 </ footer >
89
+ < footer > version: 1.1.3 </ footer >
90
90
< script >
91
91
const framePeriodMillis = 42 ;
92
92
//global variables
185
185
} , timeout ) ;
186
186
}
187
187
} ;
188
-
188
+
189
189
imgElement . onerror = function ( ) {
190
190
if ( ! playbackStopped ) {
191
191
log ( "error loading image at " + imgElement . getAttribute ( "src" ) ) ;
You can’t perform that action at this time.
0 commit comments