er-nodejs-pptx
Version:
Generate PPTX files on the server-side with JavaScript.
9 lines (8 loc) • 512 B
JavaScript
module.exports.BulletTypes = {
STAR: { font: 'Wingdings', pitchFamily: 2, charset: 2, char: 'v' },
HOLLOW_ROUND: { font: 'Courier New', pitchFamily: 49, charset: 0, char: 'o' },
FILLED_SQUARE: { font: 'Wingdings', pitchFamily: 2, charset: 2, char: '§' },
HOLLOW_SQUARE: { font: 'Wingdings', pitchFamily: 2, charset: 2, char: 'q' },
ARROW: { font: 'Wingdings', pitchFamily: 2, charset: 2, char: 'Ø' },
CHECKMARK: { font: 'Wingdings', pitchFamily: 2, charset: 2, char: 'ü' },
};