UNPKG

propresenter-parser

Version:

Parses ProPresenter 4, 5, and 6 files to extract the data, and can build ProPresenter 5 and 6 files

12 lines (11 loc) 321 B
import { IPro6Song } from './parser.model'; export declare class v6Parser { parse(fileContent: string): IPro6Song; private getProperties; private getSlideGroups; private getSlidesForGroup; private getTextElementsForSlide; private getPosition; private getShadow; private getArrangements; }