Commits on Source (40)
-
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
-
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
-
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 25 additions, 0 deletions.gitignore
- .gitlab-ci.yml 20 additions, 0 deletions.gitlab-ci.yml
- LICENSE.md 7 additions, 0 deletionsLICENSE.md
- README.md 3 additions, 1 deletionREADME.md
- 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/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/index.html 97 additions, 0 deletionsdist/index.html
- img/background.svg 2842 additions, 0 deletionsimg/background.svg
- img/logo.png 0 additions, 0 deletionsimg/logo.png
- index.html 95 additions, 0 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 26 additions, 0 deletionspackage.json
- src/interface.js 538 additions, 0 deletionssrc/interface.js
- src/style.css 150 additions, 0 deletionssrc/style.css
- src/vite-env.d.ts 1 addition, 0 deletionssrc/vite-env.d.ts
- tsconfig.json 23 additions, 0 deletionstsconfig.json
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
LICENSE.md
0 → 100644
dist/assets/background-f04e5df7.svg
0 → 100644
This diff is collapsed.
dist/assets/index-591a036e.css
0 → 100644
dist/assets/logo-a252ba3f.png
0 → 100644
10.5 KiB
dist/assets/main-128b0f6a.js
0 → 100644
This diff is collapsed.
dist/index.html
0 → 100644
img/background.svg
0 → 100644
This diff is collapsed.
img/logo.png
0 → 100644
10.5 KiB
index.html
0 → 100644
lib/png-metadata/README.md
0 → 100644
lib/png-metadata/index.js
0 → 100644
lib/png-metadata/package.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "gerber2png", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"buffer": "^6.0.0", | ||
"events": "^3.0.0", | ||
"gerber-to-svg": "^4.2.8", | ||
"browserify-zlib": "^0.2.0", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"util": "^0.12.5", | ||
"png-metadata": "file:lib/png-metadata" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.11", | ||
"vite-require": "^0.2.3" | ||
} | ||
} |
src/interface.js
0 → 100644
This diff is collapsed.
src/style.css
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644