@pixldocs/canvas-renderer 0.5.237 → 0.5.238
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/{index-DsJJCVHm.cjs → index-5DJXGPPs.cjs} +13 -10
- package/dist/{index-DsJJCVHm.cjs.map → index-5DJXGPPs.cjs.map} +1 -1
- package/dist/{index-DHRpTjzC.js → index-CTr4Fc8y.js} +13 -10
- package/dist/{index-DHRpTjzC.js.map → index-CTr4Fc8y.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-CgEH8Ggz.js → vectorPdfExport-BIPt7Ujn.js} +4 -4
- package/dist/{vectorPdfExport-CgEH8Ggz.js.map → vectorPdfExport-BIPt7Ujn.js.map} +1 -1
- package/dist/{vectorPdfExport-BedUEU2U.cjs → vectorPdfExport-CFbPBurt.cjs} +4 -4
- package/dist/{vectorPdfExport-BedUEU2U.cjs.map → vectorPdfExport-CFbPBurt.cjs.map} +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-5DJXGPPs.cjs");
|
|
4
4
|
exports.DEPLOYMENT_VERSION_MARKER = index.DEPLOYMENT_VERSION_MARKER;
|
|
5
5
|
exports.FONT_FALLBACK_DEVANAGARI = index.FONT_FALLBACK_DEVANAGARI;
|
|
6
6
|
exports.FONT_FALLBACK_MATH = index.FONT_FALLBACK_MATH;
|
package/dist/index.d.ts
CHANGED
|
@@ -368,6 +368,8 @@ export declare interface PdfFromFormOptions {
|
|
|
368
368
|
templateId: string;
|
|
369
369
|
formSchemaId: string;
|
|
370
370
|
sectionState: SectionFormState;
|
|
371
|
+
/** Optional flat field overlay. When provided, these values win over section/default data. */
|
|
372
|
+
flatFormData?: Record<string, unknown>;
|
|
371
373
|
themeId?: string;
|
|
372
374
|
/** Whether to inject watermark. Default: auto (true for paid templates, false for free). */
|
|
373
375
|
watermark?: boolean;
|
|
@@ -677,6 +679,8 @@ export declare interface RenderAndDeliverOptions {
|
|
|
677
679
|
templateId: string;
|
|
678
680
|
formSchemaId: string;
|
|
679
681
|
sectionState: SectionFormState;
|
|
682
|
+
/** Optional flat field overlay. When provided, these values win over section/default data. */
|
|
683
|
+
flatFormData?: Record<string, unknown>;
|
|
680
684
|
/**
|
|
681
685
|
* Project key — selects which sender profile (from address, subject, branding)
|
|
682
686
|
* the EC2 server uses. Currently supported: `'biomaker'`, `'pixldocs'`.
|
|
@@ -757,6 +761,8 @@ export declare interface RenderFromFormOptions extends Omit<RenderOptions, 'page
|
|
|
757
761
|
templateId: string;
|
|
758
762
|
formSchemaId: string;
|
|
759
763
|
sectionState: SectionFormState;
|
|
764
|
+
/** Optional flat field overlay. When provided, these values win over section/default data. */
|
|
765
|
+
flatFormData?: Record<string, unknown>;
|
|
760
766
|
themeId?: string;
|
|
761
767
|
/** Whether to inject watermark on preview. Default: auto (true for paid templates, false for free). */
|
|
762
768
|
watermark?: boolean;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D, F, o, q, s, P, t, u, v, w, x, y, z, B, C, E, G, H, I, J, K, L, M, b, N, O, Q, R, S, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6 } from "./index-
|
|
1
|
+
import { D, F, o, q, s, P, t, u, v, w, x, y, z, B, C, E, G, H, I, J, K, L, M, b, N, O, Q, R, S, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6 } from "./index-CTr4Fc8y.js";
|
|
2
2
|
export {
|
|
3
3
|
D as DEPLOYMENT_VERSION_MARKER,
|
|
4
4
|
F as FONT_FALLBACK_DEVANAGARI,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsPDF, ShadingPattern } from "jspdf";
|
|
2
2
|
import { svg2pdf } from "svg2pdf.js";
|
|
3
3
|
import * as fabric from "fabric";
|
|
4
|
-
import { p as parseTextMarkdown, r as renderSmartElementToSvg, g as getCanvasForPage, c as captureFabricCanvasSvgForPdf, f as findNodeById, a as getAbsoluteBounds, b as getProxiedImageUrl, d as getImageProxyFetchOptions, A as API_URL, n as normalizeShapeType, i as isElement, e as isGroup, h as buildRoundedTrianglePath, j as hasEdgeFade, k as bakeEdgeFade, l as getRoundedRectRadii, T as TRIANGLE_STROKE_MITER_LIMIT, m as getTrianglePoints } from "./index-
|
|
4
|
+
import { p as parseTextMarkdown, r as renderSmartElementToSvg, g as getCanvasForPage, c as captureFabricCanvasSvgForPdf, f as findNodeById, a as getAbsoluteBounds, b as getProxiedImageUrl, d as getImageProxyFetchOptions, A as API_URL, n as normalizeShapeType, i as isElement, e as isGroup, h as buildRoundedTrianglePath, j as hasEdgeFade, k as bakeEdgeFade, l as getRoundedRectRadii, T as TRIANGLE_STROKE_MITER_LIMIT, m as getTrianglePoints } from "./index-CTr4Fc8y.js";
|
|
5
5
|
import { resetPdfFontRegistry, FONT_FALLBACK_SYMBOLS, FONT_FALLBACK_MATH, FONT_FALLBACK_DEVANAGARI, embedFontWithGoogleFallback, getEmbeddedVariantsList, isFontAvailable, isFamilyEmbedded, resolveBestRegisteredVariant, getEmbeddedJsPDFFontName, resolveFontWeight, doesVariantSupportChar } from "./pdfFonts-DhEaMTZl.js";
|
|
6
6
|
async function embedFontsForSvg(pdf, svgStr) {
|
|
7
7
|
var _a;
|
|
@@ -3252,7 +3252,7 @@ async function fetchSvgAsElement(imageUrl, colorMap) {
|
|
|
3252
3252
|
async function getRecoloredSvgDataUrl(imageUrl, colorMap) {
|
|
3253
3253
|
if (!colorMap || Object.keys(colorMap).length === 0) return null;
|
|
3254
3254
|
try {
|
|
3255
|
-
const { getNormalizedSvgUrl } = await import("./index-
|
|
3255
|
+
const { getNormalizedSvgUrl } = await import("./index-CTr4Fc8y.js").then((n) => n.a7);
|
|
3256
3256
|
return await getNormalizedSvgUrl(imageUrl, colorMap);
|
|
3257
3257
|
} catch {
|
|
3258
3258
|
return null;
|
|
@@ -4061,7 +4061,7 @@ async function fetchImageAsBase64(imageUrl, opts = {}) {
|
|
|
4061
4061
|
}
|
|
4062
4062
|
let fetchUrl = imageUrl;
|
|
4063
4063
|
if (imageUrl.startsWith("http://") || imageUrl.startsWith("https://")) {
|
|
4064
|
-
const { isPrivateUrl } = await import("./index-
|
|
4064
|
+
const { isPrivateUrl } = await import("./index-CTr4Fc8y.js").then((n) => n.a7);
|
|
4065
4065
|
if (isPrivateUrl(imageUrl)) return null;
|
|
4066
4066
|
const proxyUrl = new URL(`${API_URL}/image-proxy`);
|
|
4067
4067
|
proxyUrl.searchParams.set("url", imageUrl);
|
|
@@ -6175,4 +6175,4 @@ export {
|
|
|
6175
6175
|
preparePagesForExport,
|
|
6176
6176
|
rewriteSvgFontsForJsPDFWithSourceMeta
|
|
6177
6177
|
};
|
|
6178
|
-
//# sourceMappingURL=vectorPdfExport-
|
|
6178
|
+
//# sourceMappingURL=vectorPdfExport-BIPt7Ujn.js.map
|