UNPKG

propresenter-parser

Version:

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

9 lines (8 loc) 236 B
import { IPro5Song } from './parser.model'; export declare class v5Parser { parse(fileContent: string): IPro5Song; private getProperties; private getSlideGroups; private getSlidesForGroup; private getArrangements; }