We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image-processor.class.ts
Short overview Refactor image-processor.class.ts into a module exporting functions instead of exporting an ImageProcessor class with static methods.
ImageProcessor
Use case Code cleanup
Detailed description The ImageProcessor class is superfluous and not really needed. It only has static methods, so we could get rid of it.
The text was updated successfully, but these errors were encountered:
(#131) Refactored image-processor.class.ts to export functions instea…
a4f0170
…d of class
(#131) Updated usage of image-processor to exported functions
017706c
s1hofmann
No branches or pull requests
Short overview
Refactor
image-processor.class.ts
into a module exporting functions instead of exporting anImageProcessor
class with static methods.Use case
Code cleanup
Detailed description
The
ImageProcessor
class is superfluous and not really needed. It only has static methods, so we could get rid of it.The text was updated successfully, but these errors were encountered: