UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

4 lines (2 loc) 104 B
const isSVGTag = (tag) => typeof tag === "string" && tag.toLowerCase() === "svg"; export { isSVGTag };