UNPKG
strapi-plugin-webp-converter
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.0
A Strapi plugin that converts images to WebP format.
dnlnwk.de
dnlnwk/strapi-plugin-webp-converter
strapi-plugin-webp-converter
/
dist
/
server
/
src
/
services
/
service.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
Core
}
from
'@strapi/strapi'
;
declare
const
service
:
(
{ strapi }: { strapi: Core.Strapi; }
) =>
{
getWelcomeMessage
():
string
; };
export
default
service;