norma-scope 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <img src="assets/logo-wordmark.svg" alt="Norma" width="200" />
1
+ <img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDY4MCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcm9sZT0iaW1nIiBhcmlhLWxhYmVsPSJOb3JtYSI+CiAgPHRpdGxlPk5vcm1hPC90aXRsZT4KICA8dGV4dCB4PSIzNDAiIHk9IjEzNSIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZm9udC1mYW1pbHk9Ii1hcHBsZS1zeXN0ZW0sICdIZWx2ZXRpY2EgTmV1ZScsIEFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXdlaWdodD0iNzAwIiBmb250LXNpemU9IjEwMCIgZmlsbD0iI0E4NzM2RSIgbGV0dGVyLXNwYWNpbmc9IjIiPm5vcm1hPC90ZXh0Pgo8L3N2Zz4K" alt="Norma" width="200" />
2
2
 
3
3
  Norma compares your implementation screenshots against the original Figma designs and generates a visual diff report — automatically, every time you commit. No servers, no LLM, no blocking: just a report you can open and share.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "norma-scope",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Compare your implementation screenshots against Figma designs with a zero-friction, local pre-commit report.",
5
5
  "type": "module",
6
6
  "bin": {