import simpleSvgPlaceholder from '@cloudfour/simple-svg-placeholder'; const defaults = { bgColor: '#ccc', textColor: '#888', } export const holder = (x, y) => simpleSvgPlaceholder({...defaults, width: x, height: y});