Add Background Color Support and Linter Integration
Description:
- Added Background Color Support: This release introduces the ability to specify a background color when resizing images using the sharp library. This enhancement allows for greater flexibility in generating image thumbnails with custom backgrounds.
- Linter Integration: Integrated ESLint into the project for improved code quality and consistency. This includes a new linter configuration to enforce code style rules.
Changes:
- Implemented background color support in image resizing.
- Added ESLint configuration and fixed code issues according to the new linting rules.
Notes:
- Ensure to review the new linting rules and adjust your code accordingly.
- For details on how to use the background color feature, refer to the updated documentation.