Asynchronious image resize server
composer require ecomdev/image-resize-server
See tests
EcomDev\ImageResizeServer\ReactApplicationBuilder::create(8080)
->withBaseUrl('/path/to/cache/dir/via/url')
->withUrlPattern(':width:x:height:/:image:')
->withSavePath('path/to/save/images/cache'))
->withSourcePath('path/to/image/source/)
->build()
->run();
This project is licensed under the END USER LICENSE License - see the LICENSE file for details