Commits on Source (14)
-
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
- dist/assets/background-f04e5df7.svg 0 additions, 0 deletionsdist/assets/background-f04e5df7.svg
- dist/assets/index-591a036e.css 1 addition, 0 deletionsdist/assets/index-591a036e.css
- dist/assets/index-e1ba9a9d.css 0 additions, 1 deletiondist/assets/index-e1ba9a9d.css
- dist/assets/main-128b0f6a.js 15 additions, 0 deletionsdist/assets/main-128b0f6a.js
- dist/assets/main-3113c108.js 0 additions, 15 deletionsdist/assets/main-3113c108.js
- dist/index.html 9 additions, 5 deletionsdist/index.html
- index.html 7 additions, 3 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.json 4 additions, 2 deletionspackage.json
- src/interface.js 78 additions, 16 deletionssrc/interface.js
- src/style.css 14 additions, 0 deletionssrc/style.css
- vite.config.js 4 additions, 0 deletionsvite.config.js
dist/assets/index-591a036e.css
0 → 100644
dist/assets/index-e1ba9a9d.css
deleted
100644 → 0
dist/assets/main-128b0f6a.js
0 → 100644
This diff is collapsed.
dist/assets/main-3113c108.js
deleted
100644 → 0
This diff is collapsed.
lib/png-metadata/README.md
0 → 100644
lib/png-metadata/index.js
0 → 100644
lib/png-metadata/package.json
0 → 100644
... | ... | @@ -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" | ||
} | ||
} |