Check if a string is SVG
npm install is-svg> Check if a string is SVG
``sh`
npm install is-svg
`js
import isSvg from 'is-svg';
isSvg('');
//=> true
`
#### options
Type: object
##### validate
Type: boolean\true`
Default:
Whether to validate the SVG as proper XML.
Turning this off can improve performance significantly.