UNPKG

lulouis-vant

Version:

Lightweight Mobile UI Components built on Vue

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