Skip to content

Commit 7c7d665

Browse files
committed
feat: export Automizer.modify functions
1 parent a491b59 commit 7c7d665

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/index.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
import Automizer from "./automizer"
22

3-
export default Automizer
3+
export default Automizer
4+
5+
import {
6+
setSolidFill,
7+
setText,
8+
setPosition,
9+
setAttribute,
10+
setChartData,
11+
dump
12+
} from "./helper/modify"
13+
14+
export const modify = {
15+
setSolidFill,
16+
setText,
17+
setPosition,
18+
setAttribute,
19+
setChartData,
20+
dump
21+
}

0 commit comments

Comments
 (0)