$ cnpm install is-svg
Check if a string or buffer is SVG
$ npm install is-svg
const isSvg = require('is-svg');
isSvg('<svg xmlns="http://www.w3.org/2000/svg"><path fill="#00CD9F"/></svg>');
//=> true
Copyright 2013 - present © cnpmjs.org | Home |