Skip to content

Commit

Permalink
fix: export parseColor 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
xuying.xu committed Jul 10, 2024
1 parent d10e612 commit 399e1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/f-engine/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { computeLayout } from './canvas/render';
import { Renderer as CanvasRenderer } from '@antv/g-mobile-canvas';
import { parseColor } from '@antv/g-lite';
import * as Smooth from './shape/util/smooth';

export { JSX } from './jsx/jsx-namespace';
Expand All @@ -13,7 +14,7 @@ export { default as createRef } from './createRef';
export { default as createContext } from './createContext';
export { default as Timeline, TimelineProps } from './timeline';
export { default as Gesture } from './gesture';
export { CanvasRenderer, computeLayout, Smooth };
export { CanvasRenderer, computeLayout, Smooth, parseColor };
export { default as isEqual } from './canvas/equal';
export { default as Player, PlayerProps } from './player';

Expand Down

0 comments on commit 399e1c4

Please sign in to comment.