This package publishes via CICD to the public npm component: `@imtbl/image-resizer-utils`.
npm install @imtbl/image-resizer-utilsThis package publishes via CICD to the public npm component: @imtbl/image-resizer-utils.
The root of this package exports:
1. 2 helper functions called base64UrlEncodeImageUrl(), and base64UrlDecodeImageUrl()
2. A const which dictates what image width's are tolerated by the image-resizer infrastructure
Thanks to turbo-repo, all of these commands can be run from the root of the repo
To install depedendencies for all monorepo apps and packages, run:
```
npm i
To build all apps and packages, run the following command:
``
npm run build
To lint all apps and packages, run the following command:
``
npm run lint
To headlessly test all apps and packages, run the following command:
```
npm run test