Skip to content

Commit

Permalink
Add webp logo, refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Aug 18, 2022
1 parent bf8b504 commit 367c721
Show file tree
Hide file tree
Showing 18 changed files with 9,751 additions and 1,219 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
docs/* linguist-documentation=false
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test/
node_modules/
__pycache__/
*.ttf
test.*
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"name": "Python: Test",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/test.py",
"program": "${workspaceFolder}/test/test.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/test/",
"justMyCode": true
}
]
Expand Down
278 changes: 1 addition & 277 deletions docs/index.html

Large diffs are not rendered by default.

Binary file added docs/logo.webp
Binary file not shown.
368 changes: 1 addition & 367 deletions docs/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 367c721

Please sign in to comment.