UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

1 lines 415 B
{"version":3,"file":"camel-to-dash.mjs","sources":["../../../../../src/render/dom/utils/camel-to-dash.ts"],"sourcesContent":["/**\n * Convert camelCase to dash-case properties.\n */\nexport const camelToDash = (str: string) =>\n str.replace(/([a-z])([A-Z])/gu, \"$1-$2\").toLowerCase()\n"],"names":[],"mappings":"AAAA;;AAEG;MACU,WAAW,GAAG,CAAC,GAAW,KACnC,GAAG,CAAC,OAAO,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC,WAAW;;;;"}