We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afae258 commit 1cbf861Copy full SHA for 1cbf861
README.md
@@ -5,7 +5,7 @@ The images must be all in the same folder and have a consistent name with a nume
5
6
## Download
7
8
-[image-sequence-viewer.html](https://github.com/JaumeRibas/image-sequence-viewer/releases/download/v1.1.1/image-sequence-viewer.html)
+[image-sequence-viewer.html](https://github.com/JaumeRibas/image-sequence-viewer/releases/download/v1.1.2/image-sequence-viewer.html)
9
10
## How to use
11
image-sequence-viewer.html
@@ -86,7 +86,7 @@
86
<section id="viewer">
87
<img id="img" src="" />
88
</section>
89
- <footer>version: 1.1.1</footer>
+ <footer>version: 1.1.2</footer>
90
<script>
91
const framePeriodMillis = 42;
92
//global variables
0 commit comments