1/*!
2 The Plotters HTML5 Canvas backend.
34 This backend allows Plotters operates the HTML5 Canvas when targeted to Webassembly.
56 See the documentation for [CanvasBackend](struct.CanvasBackend.html) for more details.
7*/
8mod canvas;
910pub use canvas::CanvasBackend;