MultiMote / niimbluelib

🖨 A library for the communication with NIIMBOT printers
MIT License
6 stars 2 forks source link

feat: Migrate from typescript-event-target to eventemitter3 #5

Closed d4n1b closed 1 day ago

d4n1b commented 1 day ago

This solved the cross-platform issue with EventTarget and Event for environments without browser implementation, like Hermes for React Native.

fix: https://github.com/MultiMote/niimbluelib/issues/4