UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

5 lines (3 loc) 144 B
const isSVGTag = (tag) => typeof tag === "string" && tag.toLowerCase() === "svg"; export { isSVGTag }; //# sourceMappingURL=is-svg-tag.mjs.map