svg-diff 0.0.6

Find the diff between 2 SVGs in the form of a list of operations to get transform from one SVG to the other
Documentation
1
2
3
4
5
6
7
8
// build.rs
#[cfg(feature = "node")]
extern crate napi_build;

fn main() {
    #[cfg(feature = "node")]
    napi_build::setup();
}