@mmote/niimbluelib
Version:
Library for the communication with NIIMBOT printers
37 lines (23 loc) • 1.16 kB
Markdown
> [!WARNING]
>
> This project is intended for informational and educational purposes only.
> The project is not affiliated with or endorsed by the original software or hardware vendor,
> and is not intended to be used for commercial purposes without the consent of the vendor.
[](https://niim-docs.pages.dev)
NiimBlueLib is a library for the communication with NIIMBOT printers.
Used in [NiimBlue](https://github.com/MultiMote/niimblue) project.
NiimBlueLib provides the most accurate open source implementation of the NIIMBOT printers protocol.
This project is in Alpha state. Use only exact version when you add it to your project. API can be changed anytime.
Also check out [niimblue-node](https://github.com/MultiMote/niimblue-node) for CLI use cases.
```bash
npm install -E @mmote/niimbluelib
```
See [example/main.js](example/main.js)
Eslint not included. Install it with:
```
npm install --no-save --no-package-lock eslint@9.x globals @eslint/js typescript-eslint
```