diff --git a/README.md b/README.md index ea626bc..0e6d0f4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # bom2table + Generate a nicely formatted table from an EAGLE BOM ## Usage + Run `npm install` and `npm build` Upload a BOM exported in csv format from EAGLE (untick 'List attributes') to get a table and the corresponding HTML. + +## Credits + +Favicon by [Round Icons](https://unsplash.com/illustrations/a-computer-chip-with-a-red-yellow-and-green-color-scheme-otzESK2sBG4?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash) via Unsplash diff --git a/html/android-chrome-192x192.png b/html/android-chrome-192x192.png new file mode 100644 index 0000000..2ecbf39 Binary files /dev/null and b/html/android-chrome-192x192.png differ diff --git a/html/android-chrome-512x512.png b/html/android-chrome-512x512.png new file mode 100644 index 0000000..d90635d Binary files /dev/null and b/html/android-chrome-512x512.png differ diff --git a/html/apple-touch-icon.png b/html/apple-touch-icon.png new file mode 100644 index 0000000..de7c395 Binary files /dev/null and b/html/apple-touch-icon.png differ diff --git a/html/favicon-16x16.png b/html/favicon-16x16.png new file mode 100644 index 0000000..c13e7f0 Binary files /dev/null and b/html/favicon-16x16.png differ diff --git a/html/favicon-32x32.png b/html/favicon-32x32.png new file mode 100644 index 0000000..4f318ab Binary files /dev/null and b/html/favicon-32x32.png differ diff --git a/html/favicon.ico b/html/favicon.ico new file mode 100644 index 0000000..da31903 Binary files /dev/null and b/html/favicon.ico differ diff --git a/html/index.html b/html/index.html index 4485cca..3eb8d6a 100644 --- a/html/index.html +++ b/html/index.html @@ -4,6 +4,10 @@ + + + +