# ldpos-client-js
LDPoS JavaScript client

## Building ES module.js

```
npm install
```

Then:

```
npm run build
```

The built bundle is `module.js`.
