@embedpdf/models 1.1.0 → 1.2.0

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.js CHANGED
@@ -847,6 +847,12 @@ var PdfBlendMode = /* @__PURE__ */ ((PdfBlendMode2) => {
847
847
  PdfBlendMode2[PdfBlendMode2["Luminosity"] = 15] = "Luminosity";
848
848
  return PdfBlendMode2;
849
849
  })(PdfBlendMode || {});
850
+ var PdfStampFit = /* @__PURE__ */ ((PdfStampFit2) => {
851
+ PdfStampFit2[PdfStampFit2["Contain"] = 0] = "Contain";
852
+ PdfStampFit2[PdfStampFit2["Cover"] = 1] = "Cover";
853
+ PdfStampFit2[PdfStampFit2["Stretch"] = 2] = "Stretch";
854
+ return PdfStampFit2;
855
+ })(PdfStampFit || {});
850
856
  var PdfActionType = /* @__PURE__ */ ((PdfActionType2) => {
851
857
  PdfActionType2[PdfActionType2["Unsupported"] = 0] = "Unsupported";
852
858
  PdfActionType2[PdfActionType2["Goto"] = 1] = "Goto";
@@ -1813,6 +1819,7 @@ export {
1813
1819
  PdfPermission,
1814
1820
  PdfSegmentObjectType,
1815
1821
  PdfSoftHyphenMarker,
1822
+ PdfStampFit,
1816
1823
  PdfStandardFont,
1817
1824
  PdfStandardFontFamily,
1818
1825
  PdfTaskHelper,