Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acking-you/static_flow
/ create-pptx.js
File
create-pptx.js
docs/create-pptx.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
pptxgen = require(
"pptxgenjs"
);
2
const
pres =
new
pptxgen();
3
4
pres.layout =
"LAYOUT_16x9"
;
Callers
nothing calls this directly
Calls
4
mkShadow
Function · 0.85
addSectionSlide
Function · 0.85
addContentSlide
Function · 0.85
error
Method · 0.45
Tested by
no test coverage detected