Closed
Description
Short overview
Refactor image-processor.class.ts
into a module exporting functions instead of exporting an ImageProcessor
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.