2626 < div id ="announcement-bar " style ="display: none; ">
2727 < div id ="announcement-content ">
2828 < div class ="announcement-text-wrapper ">
29- < span > Version 1.1.0 is now out!</ span > < br >
30- < span > This version brings 2 new upload options!</ span > < br >
31- < span > Because of those new upload options we have updates or Terms of Service</ span > < br >
32- < span > Another change is that Relic 0 will no longer display a relic badge at all</ span > < br >
33- < span > Credit to Hyredrum for thinking of that change</ span >
29+ < span > Version 1.1.1 is now out!</ span > < br >
30+ < span > This version fixes a couple UI elements</ span > < br >
31+ < span > It also now outputs images as webp instead of png</ span >
3432 </ div >
3533 < button id ="close-banner " onclick ="closeAnnouncementBar() "
3634 aria-label ="Close announcement "> ×</ button >
4038 < h1 > SWGOH Portrait Maker</ h1 >
4139 </ header >
4240 < main >
43- < h1 id ="uploadText "> Upload Your Image Here:</ h1 >
41+ < h1 class ="uploadText "> Upload Your Image Here:</ h1 >
4442 < div >
4543 < div >
4644 < label for ="upload " class ="file-upload "> Choose Image</ label >
4745 < input type ="file " id ="upload " accept ="image/* ">
4846 </ div >
47+ < div style ="height: 10px; "> </ div >
4948 < div >
5049 < label for ="urlInput " class ="input-labels "> Image URL:</ label >
5150 < span class ="input-image ">
@@ -74,6 +73,7 @@ <h1 id="uploadText">Upload Your Image Here:</h1>
7473 < button id ="loadDiscordBtn "> Load Discord Avatar</ button >
7574 </ div >
7675 </ div >
76+ < h1 class ="uploadText "> Now select the options you want on the image</ h1 >
7777 < div class ="input-container ">
7878 < div class ="input-group ">
7979 < label for ="zetaCount "> Zetas:</ label >
@@ -109,6 +109,7 @@ <h1 id="uploadText">Upload Your Image Here:</h1>
109109 < br >
110110 < button onclick ="stackImages() " id ="generateButton "> Generate!</ button >
111111 < br > < br >
112+ < h1 class ="uploadText "> Move it around until you are happy</ h1 >
112113 < canvas id ="canvas "> </ canvas >
113114 < div style ="height: 30px; "> </ div >
114115 < div class ="imgControlers ">
@@ -126,6 +127,8 @@ <h1 id="uploadText">Upload Your Image Here:</h1>
126127 </ div >
127128 < button id ="resetAll " style ="display: none; " onclick ="fakeRefresh() "> Reset Page</ button >
128129 < div style ="height: 30px; "> </ div >
130+ < h1 class ="uploadText " id ="imageDownloadText " style ="display: none; "> Now download your image!</ h1 >
131+ < div style ="height: 40px; "> </ div >
129132 < a id ="downloadLink " style ="display: none; text-decoration: none; "> Download Result(PC)</ a >
130133 < div style ="height: 50px; "> </ div >
131134 < a id ="downloadLinkM " onclick ="mobileDownload() " style ="display: none; "> Download Result(Mobile)</ a >
0 commit comments