Expand description
Transform images and videos to ascii.

https://www.youtube.com/watch?v=-JT_XlLnAas
§Dependencies
You will need ffmpeg and linux
§How to use
The docs have basic documentation. For an example go take a look at the cli source code.
§Features
There are two features: webcam and audio. Both are enabled by default.
The webcam uses the nokhwa crate.
The audio uses the rodio crate.
You can disable them by adding default-features = false to the dependency like so:
paxcii = { version = "*", default-features = false }Re-exports§
pub use settings::PaxciiSettings;pub use webcam::webcam;