UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

10 lines (9 loc) 260 B
/** Convert all inline PNG images to PNG file @param {string} rootFolder @param {HTMLDom} $ @return {Promise} */ declare function inlinePng(rootFolder: any, currentFile: any, $: any): any; export default inlinePng; //# sourceMappingURL=inlinePng.d.ts.map