# is-svg > Check if a string or buffer is [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) ## Install ``` $ npm install is-svg ``` ## Usage ```js const isSvg = require('is-svg'); isSvg(''); //=> true ``` ---