UNPKG

strapi-plugin-responsive-image

Version:
9 lines (7 loc) 141 B
'use strict'; const getService = name => { return strapi.plugin('responsive-image').service(name); }; module.exports = { getService, };