0.0.2 • Published 9 months ago

@imtbl/image-resizer-utils v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

@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:

  1. 2 helper functions called base64UrlEncodeImageUrl(), and base64UrlDecodeImageUrl()
  2. 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
0.0.2

9 months ago

0.0.1

11 months ago