SkillAgentSearch skills...

Niimbluelib

🖨 A library for the communication with NIIMBOT printers via web browser

Install / Use

/learn @MultiMote/Niimbluelib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NiimBlueLib NPM

[!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.

Documentation

NiimBlueLib is a library for the communication with NIIMBOT printers. Used in 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 for CLI use cases.

Installation

NPM:

npm install -E @mmote/niimbluelib

CDN:

<script src="https://unpkg.com/@mmote/niimbluelib@VERSION/dist/umd/niimbluelib.min.js"></script>

Script uses niimbluelib namespace. Example:

const client = new niimbluelib.NiimbotBluetoothClient();

Usage example

See example/main.js

Misc

Eslint not included. Install it with:

npm install --no-save --no-package-lock eslint@9.x globals @eslint/js typescript-eslint
View on GitHub
GitHub Stars105
CategoryDevelopment
Updated3h ago
Forks22

Languages

TypeScript

Security Score

100/100

Audited on Apr 7, 2026

No findings