UNPKG

uploadcare-widget-tab-effects

Version:

Effects Tab for Uploadcare Widget. Edit images in desktop and mobile browsers.

8 lines (5 loc) 195 B
const getGlobalSettingsByKey = (key) => { const value = window[`UPLOADCARE_${key.toUpperCase()}`] return typeof value === 'undefined' ? null : value } export default getGlobalSettingsByKey