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
9
10
11
12
all:
	cargo build

node:
	npm run build

wasm:
	wasm-pack build --target web --release --features wasm

is_ok:
	cargo fmt --check
	cargo clippy --fix --all-features