sergiss / epc-tds

:factory: EPC Tag Data Standard encoding and decoding library, written in typescript/javascript for Node.js
MIT License
31 stars 17 forks source link

Browser support #3

Closed dim2k2006 closed 2 years ago

dim2k2006 commented 2 years ago

Hello,

Is it possible to use this library in a web browser?

sergiss commented 2 years ago

Hello, This library is designed to work on the server side, specifically Node.js (for example, in an API). To use the library directly from the client side, changes must be made.

dim2k2006 commented 2 years ago

I see, thanks for the answer!)

sergiss commented 2 years ago

Hi, Frontend version is already available. https://github.com/sergiss/epc-tds#frontend-version Greattings

dim2k2006 commented 2 years ago

Oh, that's an awesome piece of news!) Thank you so much!)