UNPKG

@mfgames-writing/weasyprint-format

Version:

A formatter plugin for mfgames-writing-format that creates PDF files.

11 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WeasyPrintPad = void 0; var WeasyPrintPad; (function (WeasyPrintPad) { /** Don't perform any padding. */ WeasyPrintPad["none"] = "none"; /** Pad to the left page so the next is on the right. */ WeasyPrintPad["left"] = "left"; })(WeasyPrintPad || (exports.WeasyPrintPad = WeasyPrintPad = {})); //# sourceMappingURL=WeasyPrintPad.js.map