UNPKG
@lordicon/helpers
Version:
latest (1.11.0)
1.11.0
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
Helper functions for working with Lottie files.
lordicon.com
@lordicon/helpers
/
README.md
17 lines
(11 loc)
•
267 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Helpers
This
package
provides helper functions
for
working with Lottie files.
## Installation
``
`bash $ npm install @lordicon/helpers `
``
## Usage
``
`js import { readProperties } from "@lordicon/helpers"; const properties = readProperties(lottieIconData); `
``