er-nodejs-pptx
Version:
Generate PPTX files on the server-side with JavaScript.
8 lines (7 loc) • 401 B
JavaScript
module.exports.Layouts = {
LAYOUT_4x3: { type: 'screen4x3', width: 9144000, height: 6858000 },
LAYOUT_16x9: { type: 'screen16x9', width: 9144000, height: 5143500 },
LAYOUT_16x10: { type: 'screen16x10', width: 9144000, height: 5715000 },
LAYOUT_WIDE: { type: 'custom', width: 12191996, height: 6858000 },
LAYOUT_USER: { type: 'custom', width: 12191996, height: 6858000 },
};