github.com/resonatecoop/id@v1.1.0-43/frontend/src/lib/image-placeholder.js (about) 1 module.exports = (w, h) => { 2 return `data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width%3D'${w}' height%3D'${h}' viewBox%3D'0 0 ${w} ${h}'%2F%3E` 3 }