ereminmdev / yii2-webp-hero
Webp-hero assert for Yii framework.
Package info
github.com/ereminmdev/yii2-webp-hero
Type:yii2-extension
pkg:composer/ereminmdev/yii2-webp-hero
v1.0.3
2025-05-29 07:42 UTC
Requires
- npm-asset/webp-hero: ^0.0.2
- yiisoft/yii2: ~2.0.0
README
Webp-hero assert for Yii framework.
Install
composer require --prefer-dist ereminmdev/yii2-webp-hero
Use
Register in the main layout:
WebpHeroAsset::register($this);
$this->registerJs('
const webpMachine = new webpHero.WebpMachine();
webpMachine.polyfillDocument();
');
or add in AppAsset.