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 renderText(slide, textData) {
|
||||
slide.addText(textData.text, textData.options);
|
||||
}
|
||||
|
||||
module.exports = { renderText };
|
||||
Reference in New Issue
Block a user