ereminmdev / yii2-webp-hero
Webp-hero assert for Yii framework.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
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.