Compare your implementation screenshots against Figma designs with a zero-friction, local pre-commit report.
No confirmed malicious attack surface. User-invoked commands perform package-aligned Figma screenshot comparison, local report generation, and optional project setup.
`dist/init.js` explicitly installs a project `.git/hooks/pre-commit` hook.
dist/init.jsView on unpkg`dist/env.js` reads `FIGMA_TOKEN` from environment or `.env.local`.
dist/env.jsView on unpkg`dist/figma.js` sends the supplied token only to the Figma API.
dist/figma.jsView on unpkg`dist/report.js` runs fixed `git rev-parse` commands for report metadata.
dist/report.jsView on unpkg`dist/init.js` explicitly installs a project `.git/hooks/pre-commit` hook.
dist/init.jsView on unpkg`dist/env.js` reads `FIGMA_TOKEN` from environment or `.env.local`.
dist/env.jsView on unpkg`dist/figma.js` sends the supplied token only to the Figma API.
dist/figma.jsView on unpkg`dist/report.js` runs fixed `git rev-parse` commands for report metadata.
dist/report.jsView on unpkg