UNPKG

tricks

Version:
6 lines (5 loc) 147 B
// SVG Capable import CSSsupports from './CSSsupports.js'; const bool = !!document.createElementNS; CSSsupports('svg', bool); export default bool;