UNPKG

ice.fo.utils

Version:

8 lines (5 loc) 239 B
import getFileUrl from './getFileUrl'; export default function makeImageUrl(value, { $config, placeholderUrl = '/common/img/placeholder.png' } = {}) { const result = getFileUrl(value, { $config }); return result || placeholderUrl; }