UNPKG

screenplay-js

Version:

A modern Typescript, Foutain screenplay parser. Convert Final Draft (.fdx) files to Fountain, and then parse Fountain markdown to HTML.

6 lines (5 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FountainParser = void 0; var parser_1 = require("./fountain/parser"); Object.defineProperty(exports, "FountainParser", { enumerable: true, get: function () { return parser_1.FountainParser; } });