kapta 0.0.4

Kapta ~ Inspired by leaflet. Draw map with wasm
Documentation
1
2
3
4
5
6
7
mod kapta_view;
mod series;
mod tooltip;

pub use kapta_view::KaptaView;
pub use series::SeriesPC;
pub use tooltip::Tooltip;