ereminmdev/yii2-webp-hero

Webp-hero assert for Yii framework.

v1.0.2 2022-04-25 06:17 UTC

This package is auto-updated.

Last update: 2024-04-07 11:58:54 UTC


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.

GitHub

https://github.com/chase-moskal/webp-hero