Skip to content

Releases: junseo2323/decrease-token-figma

Release list

v1.0.1

Choose a tag to compare

@junseo2323 junseo2323 released this 13 Jun 11:51

Figma Cost Optimizer Bridge v1.0.1

Documentation and cleanup release.

Changes

  • Refreshes English and Korean documentation.
  • Adds clearer GitHub Pages documentation in both languages.
  • Cleans obsolete handoff/planning/demo markdown files from the repository.
  • Keeps the published CLI package focused on the runtime bridge files.

Validation

  • npm run build
  • npm test
  • cd test && npm run build
  • npm pack --dry-run

Install

npm install -g decrease-token-figma
figma-bridge

v1.0.0

Choose a tag to compare

@junseo2323 junseo2323 released this 13 Jun 11:11
2cc25cd

Figma Cost Optimizer Bridge v1.0.0

Initial public release of the local MCP bridge for token-efficient Figma-to-React handoffs.

Highlights

  • Local MCP server command: figma-bridge
  • Optimized Figma handoff generation with screenshot path mode
  • Repeated subtree deduplication and instance-table compression
  • Hash cache, diff handoff, and local component registry support
  • Benchmark harness for raw-vs-bridge token and pixel comparison
  • Ditto BatteryPro benchmark: 43.86% estimated input-token saving, 96.77% bridge similarity

Install from GitHub

npm install -g github:junseo2323/decrease-token-figma
figma-bridge

npm publishing is prepared, but the package still needs an authenticated npm account to run npm publish --access public.