is-svg

v4.3.1
Check if a string or buffer is SVG
svg vector graphics image img pic picture type detect and 6 more...

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

Metadata

  • MIT
  • >=6
  • Sindre Sorhus
  • released 3/16/2021

Downloads