Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 296 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 296 Bytes

ziko-lottie

Example

import { LottiePlayer } from "ziko-lottie";
const Lottie = LottiePlayer(
    "https://assets1.lottiefiles.com/private_files/lf30_q2okh8lh.json"
    )
    .size("300px", "300px")
    .style({
        border : "1px darkblue solid"
    })

Lottie.useControls()