apng 0.3.4

APNG Encoder. But it is tiny yet.
Documentation
[dependencies.byteorder]
version = "1.4.3"

[dependencies.flate2]
version = "1.0.25"

[dependencies.image]
default-features = false
features = ["png"]
version = "0.24.5"

[dependencies.png]
version = "0.17.7"

[dependencies.thiserror]
version = "1.0.38"

[features]
png = []

[package]
authors = ["poccariswet <poccariswet2727@gmail.com>", "Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
description = "APNG Encoder. But it is tiny yet."
edition = "2021"
license = "MIT"
name = "apng"
readme = "README.md"
repository = "https://github.com/poccariswet/apng"
version = "0.3.4"