Skip to content

Commit

Permalink
Update Oct 4
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Oct 4, 2023
1 parent e06c420 commit 706df34
Show file tree
Hide file tree
Showing 17 changed files with 1,408 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "dev_modules/tweeq"]
path = dev_modules/tweeq
url = https://github.com/baku89/tweeq
[submodule "dev_modules/tethr"]
path = dev_modules/tethr
url = https://github.com/baku89/tethr
2 changes: 1 addition & 1 deletion dev_modules/bndr-js
2 changes: 1 addition & 1 deletion dev_modules/linearly
Submodule linearly updated 1 files
+4 −0 src/scalar.ts
1 change: 1 addition & 0 deletions dev_modules/tethr
Submodule tethr added at b98bfa
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<link rel="icon" type="image/png" href="./favicon.png" />
<meta
name="theme-color"
media="(prefers-color-scheme: light)"
content="#ffffff"
/>
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="#222222"
content="#16160e"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.17.0",
"fast-array-diff": "^1.1.0",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"paper": "^0.12.17",
"paperjs-offset": "^1.0.8",
"stylus": "^0.60.0",
"typescript": "^5.2.2",
"typescript-memoize": "^1.1.1",
"vite": "^4.4.9",
"vite-plugin-glsl": "^1.1.2",
"vite-plugin-monaco-editor": "^1.1.0",
Expand Down
Binary file removed public/favicon.png
Binary file not shown.
7 changes: 3 additions & 4 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 706df34

Please sign in to comment.