Crates.io | wasm_svg_graphics |
lib.rs | wasm_svg_graphics |
version | 1.0.4 |
source | src |
created_at | 2020-01-24 16:26:08.947392 |
updated_at | 2021-06-04 19:15:39.706594 |
description | A Rust library for rendering SVG Graphics with WASM |
homepage | https://github.com/coastalwhite/WasmSVGGraphics |
repository | https://github.com/coastalwhite/WasmSVGGraphics.git |
max_upload_size | |
id | 201549 |
size | 74,295 |
A Rust library for rendering SVG Graphics with WASM
This crate provides a fast and effective way to interact with SVG's using WebAssembly. It is able to:
new_from_svg
, which lets you create a svg from SVGElem.Version 1.0.1 is tested to be stable, and can be used in development.
This crate is still under development, but most API calls for 1.0.0 are complete. If any bugs are found please submit a issue or a pull request at: GitHub
The -dev versions are purely for testing and should not serve as production or development versions.
When working on this crate, some testing was done of the documentation using the wasm_bindgen_test crate. These tests can be found in the github under /tests/web.rs and can be executed with wasm_pack using the command wasm-pack test --headless --firefox --chrome --safari