@mfgames-writing/weasyprint-format
Version:
A formatter plugin for mfgames-writing-format that creates PDF files.
11 lines • 443 B
JavaScript
;
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 || (exports.WeasyPrintPad = {}));
//# sourceMappingURL=WeasyPrintPad.js.map