Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/wp-smushit/_src/js/smush/ |
Current File : //webspace/www.beetasty.be/html/wp-content/plugins/wp-smushit/_src/js/smush/avif.js |
import NextGen from './next-gen'; /** * Avif Class. */ class Avif extends NextGen { constructor() { super( 'avif' ); } } ( function() { 'use strict'; new Avif(); }() );