-- indicates to npm that the following parameters should be passed to the running script.
--inputDir='src' specifies the key-value pair for the directory where the images are located. Replace src with the path to your image directory (string type).
--quality=80 sets the key-value pair for the image processing quality parameter. Adjust the value (80) based on your needs (number type).