An open API service indexing awesome lists of open source software.

https://github.com/stipsan/svgdiff

See the visual difference between two SVGs
https://github.com/stipsan/svgdiff

Last synced: 11 months ago
JSON representation

See the visual difference between two SVGs

Awesome Lists containing this project

README

          

# svgdiff

A FINN.no HackDays January 2019 project to report the visual difference between two SVGs.

# TODO

- [x] Make it work (it compares SVGs like it's supposed to and the UX is… okay, not horrible but also not great).
- [ ] Make it right (a11y, test coverage, code cleanup).
- [ ] Make it fast (Performance optimize loops and such, use workers, use OffscreenCanvas).