Commits on Source (21)
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Alan Han authored
-
Quentin Bolsee authored
added note about metric drill files See merge request !1
-
kyeshmz authored
-
Kye Shimizu authored
fix drillholes to flip colors! See merge request !2
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
-
Quentin Bolsee authored
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- dist/assets/background-f04e5df7.svg 2842 additions, 0 deletionsdist/assets/background-f04e5df7.svg
- dist/assets/index-591a036e.css 1 addition, 0 deletionsdist/assets/index-591a036e.css
- dist/assets/index-c5b4e48b.css 0 additions, 1 deletiondist/assets/index-c5b4e48b.css
- dist/assets/logo-a252ba3f.png 0 additions, 0 deletionsdist/assets/logo-a252ba3f.png
- dist/assets/main-128b0f6a.js 15 additions, 0 deletionsdist/assets/main-128b0f6a.js
- dist/assets/main-6cb0edb6.js 0 additions, 15 deletionsdist/assets/main-6cb0edb6.js
- dist/index.html 20 additions, 6 deletionsdist/index.html
- img/background.svg 2842 additions, 0 deletionsimg/background.svg
- img/logo.png 0 additions, 0 deletionsimg/logo.png
- index.html 18 additions, 4 deletionsindex.html
- lib/png-metadata/README.md 77 additions, 0 deletionslib/png-metadata/README.md
- lib/png-metadata/index.js 445 additions, 0 deletionslib/png-metadata/index.js
- lib/png-metadata/package.json 9 additions, 0 deletionslib/png-metadata/package.json
- package-lock.json 0 additions, 1614 deletionspackage-lock.json
- package.json 4 additions, 2 deletionspackage.json
- src/interface.js 107 additions, 22 deletionssrc/interface.js
- src/style.css 16 additions, 2 deletionssrc/style.css
- tsconfig.json 1 addition, 1 deletiontsconfig.json
- vite.config.js 4 additions, 0 deletionsvite.config.js
dist/assets/background-f04e5df7.svg
0 → 100644
This diff is collapsed.
dist/assets/index-591a036e.css
0 → 100644
dist/assets/index-c5b4e48b.css
deleted
100644 → 0
dist/assets/logo-a252ba3f.png
0 → 100644
10.5 KiB
dist/assets/main-128b0f6a.js
0 → 100644
This diff is collapsed.
dist/assets/main-6cb0edb6.js
deleted
100644 → 0
This diff is collapsed.
img/background.svg
0 → 100644
This diff is collapsed.
img/logo.png
0 → 100644
10.5 KiB
lib/png-metadata/README.md
0 → 100644
lib/png-metadata/index.js
0 → 100644
lib/png-metadata/package.json
0 → 100644
package-lock.json
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -15,10 +15,12 @@ |
"browserify-zlib": "^0.2.0", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"util": "^0.12.5" | ||
"util": "^0.12.5", | ||
"png-metadata": "file:lib/png-metadata" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.11" | ||
"vite": "^4.4.11", | ||
"vite-require": "^0.2.3" | ||
} | ||
} |
This diff is collapsed.