Skip to content

Commit

Permalink
version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tar-bin committed Nov 1, 2024
1 parent 329ece6 commit 136c6b4
Show file tree
Hide file tree
Showing 14 changed files with 14,736 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
Binary file added dist/assets/Saitamaar-BUabYHJg.eot
Binary file not shown.
Binary file added dist/assets/Saitamaar-CtPAtqF_.woff2
Binary file not shown.
Binary file added dist/assets/Saitamaar-ZW6rykXZ.ttf
Binary file not shown.
5 changes: 5 additions & 0 deletions dist/assets/index-Ci94H4lV.css

Large diffs are not rendered by default.

2,121 changes: 2,121 additions & 0 deletions dist/assets/index-CkY7bRcu.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12,594 changes: 12,594 additions & 0 deletions dist/assets/model_v2-51u5P8tg.bin

Large diffs are not rendered by default.

Binary file added dist/assets/test_image-BmsxXJyT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DeepAA on Web</title>
<script type="module" crossorigin src="/assets/index-CkY7bRcu.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Ci94H4lV.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<p>・本ツールによって作成された生成物に関して、本ツール作者は一切の権利を主張しません。</p>
<p>・本ツールおよびその生成物を利用したことによるいかなる損害も本ツール作者は一切の責任を負いません。</p>
<p>・入力画像はノイズを除去した細い線画をおすすめします。画像からの線画化は以下のツール等で作成できます。</p>
<p><a href="https://tar-bin.github.io/image-thinning-processer/"
target="_new">https://tar-bin.github.io/image-thinning-processer/</a>
<p><a href="https://online.rapidresizer.com/photograph-to-pattern.php"
target="_new">https://online.rapidresizer.com/photograph-to-pattern.php</a>
</p>
</v-card-text>
</v-card>
Expand Down Expand Up @@ -88,7 +88,7 @@
</v-card-text>
</v-card>
</div>
<textarea class="w-100 aa border-md" style="margin-top: 20px;" :rows="resultAA.rows" v-model="resultAA.text"></textarea>
<textarea class="w-100 aa border-md" wrap="off" style="margin-top: 20px;" :rows="resultAA.rows" v-model="resultAA.text"></textarea>
</v-card-text>
</v-card>
</v-container>
Expand Down

0 comments on commit 136c6b4

Please sign in to comment.