@imtbl/image-resizer-utils
v0.0.2
Published
This package publishes via CICD to the public npm component: `@imtbl/image-resizer-utils`.
Downloads
13,118
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 i
Build
To build all apps and packages, run the following command:
npm run build
Lint
To lint all apps and packages, run the following command:
npm run lint
Testing headless
To headlessly test all apps and packages, run the following command:
npm run test