Get Started
The plugin runs the engine locally in the iframe (production builds are minified and obfuscated). Select a frame → convert → copy, zip, or open an online sandbox.
Three phases: empty → ready → converted.
Because the plugin cannot walk your monorepo, dump an index on your machine first:
bun run calque scan-index --repo ./src --out calque.index.json
Then use Load priors in the plugin UI with that JSON (or a combined context / map file). After load, converted results recompute in place.
bun run build
# build:code + build:ui + obfuscate → dist/
Prefer plugin dump (kind: "calque-dump") over hand-built trees.
Dumps preserve stable ids, geometry, and visual properties the engine needs.