Check if a string is SVG


Keywords
svg, vector, graphics, image, picture, type, detect, check, is, string
License
MIT
Install
npm install is-svg@5.0.0

Documentation

is-svg

Check if a string is SVG

Install

npm install is-svg

Usage

import isSvg from 'is-svg';

isSvg('<svg xmlns="http://www.w3.org/2000/svg"><path fill="#00CD9F"/></svg>');
//=> true