UNPKG

@lordicon/helpers

Version:

Helper functions for working with Lottie files.

17 lines (11 loc) 267 B
# 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); ```