Skip to content

Add Animated PNG (.apng) as output format #15

@LinusU

Description

@LinusU

This can currently be done by doing it in two steps:

puppeteer-lottie -i input.json -o 'frame-%d.png'
ffmpeg -r 30 -i frame-%d.png output.apng

But it would be nice if the CLI could do this automatically ☺️

Also, I'm not exactly sure about the framerate. It would be nice if it would be customisable so that we can get a 60-fps animated png file (maybe related to #2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions