Színkorrekciók
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import { makeUseVisualState } from '../../motion/utils/use-visual-state.mjs';
|
||||
import { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.mjs';
|
||||
import { createHtmlRenderState } from './utils/create-render-state.mjs';
|
||||
|
||||
const htmlMotionConfig = {
|
||||
useVisualState: makeUseVisualState({
|
||||
scrapeMotionValuesFromProps,
|
||||
createRenderState: createHtmlRenderState,
|
||||
}),
|
||||
};
|
||||
|
||||
export { htmlMotionConfig };
|
||||
Reference in New Issue
Block a user