@imgly/pptx-importer
Version:
Import PowerPoint (PPTX) presentations into IMG.LY's Creative Engine SDK. Platform-agnostic TypeScript library for converting PPTX slides to CE.SDK scenes.
12 lines • 742 B
TypeScript
/**
* Public API exports for pptx-importer library
*
* This API is aligned with the PSD importer for consistency across IMG.LY importers.
*/
export { PPTXParser } from '../lib/pptx-parser/index';
export { Logger } from '../lib/pptx-parser/utils/logger';
export { fontResolver, addGoogleFontsAssetLibrary, mapFontWeight, } from '../lib/pptx-parser/font-resolver';
export type { TypefaceResolver, TypefaceParams, FontResolverResult, Font, Typeface, } from '../lib/pptx-parser/font-resolver';
export type { PPTXParserOptions, UnsupportedFeatureWarning, CreativeEngine, } from '../lib/pptx-parser/interfaces';
export type { EMU, RGBColor, Position, Dimensions, Rectangle, } from '../lib/pptx-parser/types';
//# sourceMappingURL=index.d.ts.map