What problem does it solve? Converting HTML presentations or outlines into PowerPoint usually produces flat image slides that presenters cannot edit, and raw pptxgenjs usage hits known pitfalls like broken [object Object] bullets, low-contrast dark text, and coordinate unit confusion. ## Core Features & Use Cases - Fully editable PPTX output: Only gradient backgrounds are rendered as images; all text, tables, cards, and shapes are native PowerPoint elements the presenter can freely edit. - Pitfall-proof build template: A ready-made build.js skeleton with helpers (header, footer, cards, tables, bullet runs) that automatically avoids the seven known pptxgenjs traps (C1–C7), plus automatic px-to-inch and px-to-pt coordinate conversion. - Visual QA workflow: Converts the deck to PDF via LibreOffice, rasterizes slides, and runs a sub-agent review to catch overflow, overlap, low contrast, and font tofu before delivery. - Use Case: You have an HTML slide deck for a quarterly review. Ask for an editable PPTX version, and get a dark-themed deck where every text box, table, and card can be modified directly in PowerPoint. ## Quick Start Ask the AI to turn this HTML presentation into an editable PowerPoint file with a dark gradient background.