ereminmdev/yii2-webp-hero

Webp-hero assert for Yii framework.

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/ereminmdev/yii2-webp-hero

v1.0.3 2025-05-29 07:42 UTC

This package is auto-updated.

Last update: 2025-09-29 08:26:40 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