-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (124 loc) · 6.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>ミリシタアイコンメーカー</title>
<meta name="description" content="アイドルマスター ミリオンライブ! シアターデイズの周年風アイコンを簡単に作成">
<meta property="og:url" content="https://mltd-icon-maker.pikopikopla.net/">
<meta property="og:title" content="ミリシタアイコンメーカー">
<meta property="og:description" content="アイドルマスター ミリオンライブ! シアターデイズの周年風アイコンを簡単に作成">
<meta property="og:image" content="https://mltd-icon-maker.pikopikopla.net/ogp.png">
<meta property="twitter:card" content="summary">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap">
<link rel="stylesheet" href="/css/style.css">
<script defer src="https://unpkg.com/konva@9.3.12/konva.min.js"></script>
<script type="module" src="/js/main.js"></script>
</head>
<body>
<header>
<h1>ミリシタアイコンメーカー</h1>
</header>
<main>
<div id="container"></div>
<div class="control">
<div>
<label for="upload" class="button">画像を選択</label>
<input type="file" id="upload" accept="image/png,image/jpeg">
<button id="generate" class="button">アイコンを作成</button>
</div>
<div id="badge">
<span>バッジ:</span>
<input type="radio" id="7th_badge" name="badge" value="7th_badge" checked>
<label for="4th_badge">7周年</label>
<input type="radio" id="none" name="badge" value="none">
<label for="none">なし</label>
</div>
<div>※タッチパネルまたはマウスホイールで拡大・縮小</div>
</div>
<div class="msgbox">
<div class="msgboxtop">アイコン</div>
<div class="msgboxbody">
<img id="output" src="">
<div>※ここに作成したアイコンが表示されます。ロングタップまたは右クリックから保存してください。</div>
</div>
</div>
<div class="msgbox">
<div class="msgboxtop">シェア</div>
<div class="msgboxbody">
<textarea id="tweet-text" rows="2">
#ミリシタアイコンメーカー で作成しました
https://mltd-icon-maker.pikopikopla.net/
</textarea>
<button id="tweet-button">ツイート</button>
<div>※アイコンを保存してから、ツイートの作成画面で添付してください。</div>
</div>
</div>
<div class="msgbox">
<div class="msgboxtop">免責事項</div>
<div class="msgboxbody">
<ul class="disclaimer">
<li>このWebサービスは<strong>非公式</strong>です。株式会社バンダイナムコエンターテインメント様および関係各社様とは一切関係ありません。</li>
<li>利用者の責任において、本サービスが利用されるものとします。</li>
<li>本サービスを利用することで、または、利用できないことで損害を被った場合、一切責任を負いません。</li>
<li>利用者の環境において、正常に動作することを保証しません。</li>
<li>利用したデータや情報が外部に送信されることはありません。</li>
<li>質問や不具合報告などは、<a href="https://twitter.com/foooomio">@foooomio</a>までお問い合わせください。</li>
</ul>
</div>
</div>
<div class="msgbox">
<div class="msgboxtop">謝辞</div>
<div class="msgboxbody">
<details class="license">
<summary class="license-title">Konva</summary>
<div class="license-text">
MIT License
Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</div>
</details>
<details class="license">
<summary class="license-title">iM@S-CSS</summary>
<div class="license-text">
MIT License
Copyright (c) 2018 K Miyano
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</div>
</details>
</div>
</div>
</main>
</body>
</html>