NielsLeenheer / ReceiptPrinterEncoder

Create a set of commands that can be send to any receipt printer that supports ESC/POS, StarLine or StarPRNT
MIT License
155 stars 16 forks source link

Keep esc-pos-encoder version alive until TS support is added #32

Open ederwii opened 4 days ago

ederwii commented 4 days ago

Some existing projects are using the esc-pos-encoder version because of the typescript version. The deprecation of that library would impact in some static code analyzers/vulnerabilities checks due to the lib status.

The request here is to keep the old version alive until you add TS support to this library.

NielsLeenheer commented 3 days ago

I'm more than happy to accept pull requests adding Typescript support.

cervantes-x commented 22 hours ago

If I have some extra time on my hands this week, I'll create a PR for this.