UNPKG

dext-giphy-plugin

Version:

Giphy plugin for dext, a smart launcher powered by Javascript

18 lines (16 loc) 281 B
module.exports = function media (giphy) { const { id, slug, bitly_url: url, images: { fixed_height_small_still: smallImg, }, } = giphy return { title: id, subtitle: url, arg: url, icon: { path: smallImg.url }, context: giphy, } }