kordoc 3.10.0 → 3.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{-3B5FDXW2.js → -LPEXY73L.js} +5 -5
- package/dist/{chunk-ZQOGTAT5.cjs → chunk-7UXZTZBJ.cjs} +2 -2
- package/dist/{chunk-ZQOGTAT5.cjs.map → chunk-7UXZTZBJ.cjs.map} +1 -1
- package/dist/{chunk-MZA7AXHN.js → chunk-GFS4QWB6.js} +2 -2
- package/dist/{chunk-PNXOUDS7.js → chunk-I6CX2RK4.js} +2 -2
- package/dist/{chunk-5TK4X4JQ.js → chunk-RMGYE4LT.js} +5 -5
- package/dist/{chunk-FU25KFFZ.js → chunk-UR34PYAC.js} +3 -3
- package/dist/chunk-UR34PYAC.js.map +1 -0
- package/dist/{chunk-5DL6VCIJ.js → chunk-YXEE3DEQ.js} +2 -2
- package/dist/cli.js +7 -7
- package/dist/index.cjs +119 -119
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +5 -5
- package/dist/{parser-DKIA66MN.js → parser-664URIIW.js} +2 -2
- package/dist/{parser-6B7BUSX3.cjs → parser-AT22HMF5.cjs} +14 -14
- package/dist/{parser-6B7BUSX3.cjs.map → parser-AT22HMF5.cjs.map} +1 -1
- package/dist/{parser-VCJTQVAH.js → parser-LJOS7VZM.js} +3 -3
- package/dist/render-XWOEGE3U.js +9 -0
- package/dist/{watch-MQTMNUSB.js → watch-CZF6NA2V.js} +5 -5
- package/package.json +1 -1
- package/dist/chunk-FU25KFFZ.js.map +0 -1
- package/dist/render-4I72JOAR.js +0 -9
- /package/dist/{-3B5FDXW2.js.map → -LPEXY73L.js.map} +0 -0
- /package/dist/{chunk-MZA7AXHN.js.map → chunk-GFS4QWB6.js.map} +0 -0
- /package/dist/{chunk-PNXOUDS7.js.map → chunk-I6CX2RK4.js.map} +0 -0
- /package/dist/{chunk-5TK4X4JQ.js.map → chunk-RMGYE4LT.js.map} +0 -0
- /package/dist/{chunk-5DL6VCIJ.js.map → chunk-YXEE3DEQ.js.map} +0 -0
- /package/dist/{parser-DKIA66MN.js.map → parser-664URIIW.js.map} +0 -0
- /package/dist/{parser-VCJTQVAH.js.map → parser-LJOS7VZM.js.map} +0 -0
- /package/dist/{render-4I72JOAR.js.map → render-XWOEGE3U.js.map} +0 -0
- /package/dist/{watch-MQTMNUSB.js.map → watch-CZF6NA2V.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
sanitizeHref,
|
|
20
20
|
stripDtd,
|
|
21
21
|
toArrayBuffer
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-I6CX2RK4.js";
|
|
23
23
|
import {
|
|
24
24
|
parsePageRange
|
|
25
25
|
} from "./chunk-GE43BE46.js";
|
|
@@ -25454,7 +25454,7 @@ async function renderHwpxToSvg(input, options) {
|
|
|
25454
25454
|
if (first && num(first, "vertpos") > BODY_H) continue;
|
|
25455
25455
|
drawPara(p, ML, MT, BODY_W, ctx, 0);
|
|
25456
25456
|
}
|
|
25457
|
-
const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ${pt(PW)} ${pt(PH)}" width="${pt(PW)}" height="${pt(PH)}" font-family="'HCR Batang','\uD568\uCD08\uB86C\uBC14\uD0D5','Hancom Batang',AppleMyungjo,'Noto Serif CJK KR',serif" xml:space="preserve">
|
|
25457
|
+
const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ${pt(PW)} ${pt(PH)}" width="${pt(PW)}pt" height="${pt(PH)}pt" font-family="'HCR Batang','\uD568\uCD08\uB86C\uBC14\uD0D5','Hancom Batang',AppleMyungjo,'Noto Serif CJK KR',serif" xml:space="preserve">
|
|
25458
25458
|
<rect width="100%" height="100%" fill="white"/>
|
|
25459
25459
|
${ctx.svg.join("\n")}
|
|
25460
25460
|
</svg>`;
|
|
@@ -25548,7 +25548,7 @@ async function parseHwp(buffer, options) {
|
|
|
25548
25548
|
async function parsePdf(buffer, options) {
|
|
25549
25549
|
let parsePdfDocument;
|
|
25550
25550
|
try {
|
|
25551
|
-
const mod = await import("./parser-
|
|
25551
|
+
const mod = await import("./parser-664URIIW.js");
|
|
25552
25552
|
parsePdfDocument = mod.parsePdfDocument;
|
|
25553
25553
|
} catch {
|
|
25554
25554
|
return {
|