UNPKG

propresenter-parser

Version:

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

7 lines (6 loc) 171 B
import { IPro4Song } from './parser.model'; export declare class v4Parser { parse(fileContent: string): IPro4Song; private getProperties; private getSlides; }