UNPKG

strapi-plugin-webp-converter

Version:

A Strapi plugin that converts images to WebP format.

8 lines (7 loc) 175 B
import type { Core } from '@strapi/strapi'; declare const service: ({ strapi }: { strapi: Core.Strapi; }) => { getWelcomeMessage(): string; }; export default service;