- Implemented the X13Webp class with core functionalities for converting images to WebP format. - Added support for different PHP versions and defined constants for versioning. - Included translation strings for various user interface elements and messages. - Created XML file for module versioning.
8 lines
153 B
PHP
8 lines
153 B
PHP
<?php
|
|
|
|
// autoload.php @generated by Composer
|
|
|
|
require_once __DIR__ . '/composer/autoload_real.php';
|
|
|
|
return ComposerAutoloaderInitx13webp::getLoader();
|