Skip to content

Commit

Permalink
/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiashu3 committed Jun 17, 2021
1 parent c13c664 commit 7846d14
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/app.bundle.js

Large diffs are not rendered by default.

Binary file added docs/e5e0f8e9a2c264e35d5f7daf09755fd9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Potter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/export/Potter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/export/UI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/export/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hello2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/portraits.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/timg2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pixelate tool</title>
<!-- <link rel="stylesheet" href="./css/index.css"> -->
<!-- <script src="./js/dat.gui.min.js"></script> -->
</head>

<body>
<input id="filebtn" type="file" hidden>
<canvas id="canvas" class="hidden" width="200px" height="200px">Sorry, your browser dose not support canvas.</canvas>
<canvas id="canvas_centers" width="200px" height="200px"></canvas>
<canvas id="canvas_contours" width="200px" height="200px"></canvas>
<div id="loadingbox">
<div class="circle"></div>
</div>
<!-- <script type="module" src="./js/index.js"></script> -->
<script type="text/javascript" src="app.bundle.js"></script></body>

</html>

0 comments on commit 7846d14

Please sign in to comment.