UNPKG

tricks

Version:
11 lines (9 loc) 225 B
// SVG Capable let bool = false; try { bool = !!document.createElementNS && /SVGAnimate/.test(toString.call(document.createElementNS('http://www.w3.org/2000/svg', 'animate'))); } catch { // Continue } export default bool;