# Examples

On this folder you can find different examples in various environments.

`typescript` folder includes examples on how to use the package in a TypeScript powered
Node project.

`javascript` folder included examples on how to use the package in a browser,
and in a Node project both for `CommonJS` and `ES Modules` module systems.

If you are not sure on the difference between `CommonJS` and `ES Modules`,
you can check the following links:

- https://blog.logrocket.com/commonjs-vs-es-modules-node-js/
- https://nodejs.org/api/modules.html
- https://nodejs.org/api/esm.html
