| Crates.io | plotters-canvas |
| lib.rs | plotters-canvas |
| version | 0.3.1 |
| created_at | 2020-01-28 19:56:51.90479+00 |
| updated_at | 2025-03-07 07:52:24.790574+00 |
| description | Plotters HTML5 Canvas Backend |
| homepage | https://plotters-rs.github.io |
| repository | https://github.com/plotters-rs/plotters-canvas |
| max_upload_size | |
| id | 202834 |
| size | 33,531 |
This is a part of plotters project. For more details, please check the following links:
This crate needs to be tested in a browser environment. In order to test, you should install wasm-pack first.
cargo install wasm-pack
To run the test case with wasm-pack. You need choose what browser you want to run the test cases. You should also be able
to use --chrome or --safari as well.
wasm-pack test --firefox
Also you should be able to run it headlessly by adding the headless param to the testing command.
wasm-pack test --firefox --headless