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 renderShape(slide, shapeData) {
|
||||
slide.addShape(shapeData.shapeName, shapeData.options);
|
||||
}
|
||||
|
||||
module.exports = { renderShape };
|
||||
Reference in New Issue
Block a user