UNPKG

@mfgames-writing/weasyprint-format

Version:

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

10 lines 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImageData = void 0; class ImageData { id; fileName; buffer; } exports.ImageData = ImageData; //# sourceMappingURL=ImageData.js.map