General plain JavaScript / TypeScript libraries
-----------------------------------------------

Plain JavaScript / TypeScript stack logic for Salaxy. 
These libraries are independent from libraries such as Angular, Vue, ReactJS etc.
They may be used inside these libraries.

Usage:

- Run `npm install --save @salaxy/core`
- Reference or copy TypeScript files from `node_modules/@salaxy/core`

| File                     | Description                                   |
| ------------------------ | --------------------------------------------- |
| salaxy-lib-core.js       | ES6 module compilation, minified              |
| salaxy-lib-core.umd.cjs  | Browser friendly (umd) compilation, minified  |

For more information and documentation about Salaxy platform, please go to https://developers.salaxy.com

Please note that the salaxy-lib-core.js includes the following libraries:
- dayjs (https://www.npmjs.com/package/dayjs)
- js-base64 (https://www.npmjs.com/package/js-base64)
- jsbarcode (https://github.com/lindell/JsBarcode)
- qrcode (http://github.com/soldair/node-qrcode)
