feat: add pptxgenjs translation engine (mechanical mapping)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function renderChart(slide, chartData) {
|
||||
slide.addChart(chartData.chartType, chartData.data, chartData.options);
|
||||
}
|
||||
|
||||
module.exports = { renderChart };
|
||||
Reference in New Issue
Block a user