feat: add pptxgenjs translation engine (mechanical mapping)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 12:34:45 +08:00
co-authored by Claude Sonnet 5
parent ba8d17ba62
commit 768ac12740
7 changed files with 92 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
function renderChart(slide, chartData) {
slide.addChart(chartData.chartType, chartData.data, chartData.options);
}
module.exports = { renderChart };