@imtbl/image-resizer-utils
v0.0.3
Published
This package publishes via CICD to the public npm component: `@imtbl/image-resizer-utils`.
Keywords
Readme
@imtbl/image-resizer-utils
This package publishes via CICD to the public npm component: @imtbl/image-resizer-utils.
What's inside?
The root of this package exports:
- 2 helper functions called
base64UrlEncodeImageUrl(), andbase64UrlDecodeImageUrl() - A const which dictates what image width's are tolerated by the image-resizer infrastructure
Commands and tooling
Thanks to turbo-repo, all of these commands can be run from the root of the repo
Install dependencies
To install depedendencies for all monorepo apps and packages, run:
npm iBuild
To build all apps and packages, run the following command:
npm run buildLint
To lint all apps and packages, run the following command:
npm run lintTesting headless
To headlessly test all apps and packages, run the following command:
npm run test