diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3d27b1 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# NiimBlue + +Niimbot printers webui. Design and print labels directly from your browser. + +Bluetooth connection is working fine, serial needs some work. + +There is no code yet. It will be pushed when I finish a library and ui. It is very raw. + +Tested printers: + +- Niimbot D110 +- Niimbot B1 + +## Demo + +Public preview available here: https://dev.mmote.ru/niimblue/ (updated often). + +## Browser support + +Your browser must support Web Bluetooth API: [supported browsers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API#browser_compatibility). + +For serial communication: [supported browsers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API#browser_compatibility). + +## Images + +![ui](about/ui.png) + +![labels](about/labels.png) + +![print_preview](about/print_preview.png) + +![dither](about/dither.png) + +![printed_b1](about/printed_b1.jpg) + +![printed_d110](about/printed_d110.jpg) diff --git a/about/dither.png b/about/dither.png new file mode 100644 index 0000000..529000f Binary files /dev/null and b/about/dither.png differ diff --git a/about/labels.png b/about/labels.png new file mode 100644 index 0000000..05d4f69 Binary files /dev/null and b/about/labels.png differ diff --git a/about/print_preview.png b/about/print_preview.png new file mode 100644 index 0000000..94f90f3 Binary files /dev/null and b/about/print_preview.png differ diff --git a/about/printed_b1.jpg b/about/printed_b1.jpg new file mode 100644 index 0000000..24dd42b Binary files /dev/null and b/about/printed_b1.jpg differ diff --git a/about/printed_d110.jpg b/about/printed_d110.jpg new file mode 100644 index 0000000..f1bf834 Binary files /dev/null and b/about/printed_d110.jpg differ diff --git a/about/ui.png b/about/ui.png new file mode 100644 index 0000000..1468e26 Binary files /dev/null and b/about/ui.png differ