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 renderTable(slide, tableData) {
|
||||
slide.addTable(tableData.rows, tableData.options);
|
||||
}
|
||||
|
||||
module.exports = { renderTable };
|
||||
Reference in New Issue
Block a user