yew-aplayer 0.1.0

Use APlayer in Yew!
Documentation
1
2
3
4
5
6
mod aplayer;
#[cfg(feature = "meting")]
pub mod meting;

pub use aplayer::{APlayer, APlayerProperties};
pub use aplayer_wasmbind::APlayerAudio;