first commit
This commit is contained in:
30
node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs
generated
vendored
Normal file
30
node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* A set of attribute names that are always read/written as camel case.
|
||||
*/
|
||||
const camelCaseAttributes = new Set([
|
||||
"baseFrequency",
|
||||
"diffuseConstant",
|
||||
"kernelMatrix",
|
||||
"kernelUnitLength",
|
||||
"keySplines",
|
||||
"keyTimes",
|
||||
"limitingConeAngle",
|
||||
"markerHeight",
|
||||
"markerWidth",
|
||||
"numOctaves",
|
||||
"targetX",
|
||||
"targetY",
|
||||
"surfaceScale",
|
||||
"specularConstant",
|
||||
"specularExponent",
|
||||
"stdDeviation",
|
||||
"tableValues",
|
||||
"viewBox",
|
||||
"gradientTransform",
|
||||
"pathLength",
|
||||
"startOffset",
|
||||
"textLength",
|
||||
"lengthAdjust",
|
||||
]);
|
||||
|
||||
export { camelCaseAttributes };
|
||||
Reference in New Issue
Block a user