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
- Host: GitHub
- URL: https://github.com/stipsan/svgdiff
- Owner: stipsan
- License: mit
- Created: 2019-01-24T08:58:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T20:46:26.000Z (12 months ago)
- Last Synced: 2025-07-02T21:35:34.232Z (12 months ago)
- Language: TypeScript
- Homepage: https://svgdiff.now.sh
- Size: 2.21 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).