JSFiddle - React, Tailwind, and code Playground
JavaScript
/* const NEW_PRODUCT_IMAGE_SIZE = true; */
function useNewProductImageMaxSize() {
return NEW_PRODUCT_IMAGE_SIZE === 'true' || NEW_PRODUCT_IMAGE_SIZE === true;
}
console.log(useNewProductImageMaxSize());