-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.size-limit.json
More file actions
38 lines (38 loc) · 787 Bytes
/
.size-limit.json
File metadata and controls
38 lines (38 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"name": "useAnimation",
"path": "lib/index.js",
"import": "{ useAnimation }",
"limit": "1.0 kB"
},
{
"name": "useAnimationFunction",
"path": "lib/index.js",
"import": "{ useAnimationFunction }",
"limit": "1.0 kB"
},
{
"name": "useScrollTimeline",
"path": "lib/index.js",
"import": "{ useScrollTimeline }",
"limit": "0.3 kB"
},
{
"name": "useViewTimeline",
"path": "lib/index.js",
"import": "{ useViewTimeline }",
"limit": "0.3 kB"
},
{
"name": "useTransitionAnimation",
"path": "lib/index.js",
"import": "{ useTransitionAnimation }",
"limit": "1.3 kB"
},
{
"name": "TransitionGroup",
"path": "lib/index.js",
"import": "{ TransitionGroup }",
"limit": "0.5 kB"
}
]