MultiMote / niimblue

🖨 NIIMBOT custom web client/app. Design and print labels with NIIMBOT printers directly from your PC or mobile web browser!
https://niim.mmote.ru
MIT License
71 stars 11 forks source link

npm package release? #8

Closed craftycram closed 2 months ago

craftycram commented 2 months ago

just a simple question. are you planning on releasing niimbluelib as an npm package?
I went through your roadmap and only found publishing code, so not sure if a package is planned.

i'm currently doing a project where i could use niimbluelib. should i implement the protocol myself or wait on your package?

best regards, marc

MultiMote commented 2 months ago

Sure, I will publish a package.

In the meantime, you can built it, then add to your project via yarn add file:/path/to/niimbluelib or npm install file:/path/to/niimbluelib

MultiMote commented 1 month ago

The NPM package has been published.

niimbluelib is here now.

craftycram commented 1 month ago

Awesome thank you!