Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 276 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 276 Bytes

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