UNPKG

lulouis-vant

Version:

Lightweight Mobile UI Components built on Vue

7 lines (6 loc) 119 B
/** * Is image source */ export default function src(url) { return /^(https?:)?\/\/|data:image/.test(url); }