@design-edito/tools 0.1.68 → 0.1.69

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.
Files changed (137) hide show
  1. package/agnostic/arrays/index.js +7 -7
  2. package/agnostic/arrays/random-pick/index.js +4 -4
  3. package/agnostic/colors/index.js +10 -10
  4. package/agnostic/colors/lighten-color/index.js +2 -2
  5. package/agnostic/colors/saturate-color/index.js +2 -2
  6. package/agnostic/css/index.js +10 -10
  7. package/agnostic/css/styles-set/index.js +4 -4
  8. package/agnostic/html/hyper-json/cast/index.js +3 -3
  9. package/agnostic/html/hyper-json/index.js +4 -4
  10. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +3 -3
  11. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +3 -3
  12. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +3 -3
  13. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +3 -3
  14. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +3 -3
  15. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +3 -3
  16. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +3 -3
  17. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +3 -3
  18. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +3 -3
  19. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +3 -3
  20. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +3 -3
  21. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +3 -3
  22. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +3 -3
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +3 -3
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +3 -3
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +3 -3
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +3 -3
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +3 -3
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +3 -3
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +3 -3
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +3 -3
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +3 -3
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +3 -3
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +3 -3
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +3 -3
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +3 -3
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +3 -3
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +3 -3
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +3 -3
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +3 -3
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +3 -3
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +3 -3
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +3 -3
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +3 -3
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +3 -3
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +3 -3
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +3 -3
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +3 -3
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +3 -3
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +3 -3
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +3 -3
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +3 -3
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +3 -3
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +3 -3
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +3 -3
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +3 -3
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +3 -3
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +3 -3
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +3 -3
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +3 -3
  60. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +3 -3
  61. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +3 -3
  62. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +3 -3
  63. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +3 -3
  64. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +3 -3
  65. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +3 -3
  66. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +3 -3
  67. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +3 -3
  68. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +3 -3
  69. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +3 -3
  70. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +3 -3
  71. package/agnostic/html/hyper-json/tree/index.js +3 -3
  72. package/agnostic/html/hyper-json/utils/index.js +3 -3
  73. package/agnostic/html/index.js +15 -15
  74. package/agnostic/html/sanitize/index.js +4 -4
  75. package/agnostic/html/selector-to-element/index.js +4 -4
  76. package/agnostic/html/string-to-nodes/index.js +5 -5
  77. package/agnostic/misc/crossenv/index.js +2 -2
  78. package/agnostic/misc/index.js +25 -25
  79. package/agnostic/misc/logs/index.js +2 -2
  80. package/agnostic/misc/lorem-ipsum/index.js +11 -11
  81. package/agnostic/numbers/index.js +3 -3
  82. package/agnostic/objects/index.js +6 -6
  83. package/agnostic/strings/index.js +5 -5
  84. package/agnostic/time/index.js +5 -5
  85. package/chunks/chunk-2M5P5V6U.js +56 -0
  86. package/chunks/chunk-4Y5XR6WC.js +2456 -0
  87. package/chunks/chunk-5B7VSD44.js +37 -0
  88. package/chunks/chunk-5OBHNGEH.js +20 -0
  89. package/chunks/chunk-6ZBDBWLW.js +164 -0
  90. package/chunks/chunk-7JUKBN7P.js +54 -0
  91. package/chunks/chunk-7U5NS3AR.js +151 -0
  92. package/chunks/chunk-A6OSVHIK.js +20 -0
  93. package/chunks/chunk-BPBWY4OT.js +191 -0
  94. package/chunks/chunk-ECGOI4MT.js +20 -0
  95. package/chunks/chunk-FFNIZRZU.js +31 -0
  96. package/chunks/chunk-GD6Y5QJV.js +98 -0
  97. package/chunks/chunk-GVS2ZPGJ.js +2456 -0
  98. package/chunks/chunk-HFH6DXXC.js +2456 -0
  99. package/chunks/chunk-HV2AHV5R.js +164 -0
  100. package/chunks/chunk-IXM6DCIE.js +151 -0
  101. package/chunks/chunk-JBUM5Q5C.js +48 -0
  102. package/chunks/chunk-JJ7PBKSG.js +37 -0
  103. package/chunks/chunk-K66UXFDQ.js +63 -0
  104. package/chunks/chunk-KBCULP7X.js +177 -0
  105. package/chunks/chunk-KC76PUJY.js +48 -0
  106. package/chunks/chunk-QHQPS7EU.js +31 -0
  107. package/chunks/chunk-REN2I723.js +98 -0
  108. package/chunks/chunk-RQECU6DI.js +56 -0
  109. package/chunks/chunk-SARTUWB5.js +20 -0
  110. package/chunks/chunk-SDFTYOAK.js +20 -0
  111. package/chunks/chunk-TDOBYMTK.js +56 -0
  112. package/chunks/chunk-TPMYILTC.js +191 -0
  113. package/chunks/chunk-U4UHXVMV.js +37 -0
  114. package/chunks/chunk-UZPXYAJR.js +177 -0
  115. package/chunks/chunk-VLC7LRED.js +191 -0
  116. package/chunks/chunk-XEMFIV2W.js +177 -0
  117. package/chunks/chunk-Y5GGIBPI.js +31 -0
  118. package/chunks/chunk-ZVZAGTIT.js +151 -0
  119. package/node/@express/@multer/index.d.ts +6 -1
  120. package/node/@express/@multer/index.js +2 -1
  121. package/node/@express/index.js +2 -1
  122. package/node/@google-cloud/index.js +5 -5
  123. package/node/@google-cloud/storage/file/index.js +9 -9
  124. package/node/@google-cloud/storage/index.js +5 -5
  125. package/node/cloud-storage/index.js +1 -1
  126. package/node/cloud-storage/operations/index.js +1 -1
  127. package/node/files/index.js +3 -3
  128. package/node/ftps/file/index.js +4 -4
  129. package/node/ftps/index.js +2 -2
  130. package/node/images/index.js +22 -22
  131. package/node/images/prepare/index.js +22 -22
  132. package/node/images/transform/index.js +21 -21
  133. package/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.js +4 -4
  134. package/node/images/transform/operations/_utils/frame/backgrounds/create-tile-background/index.js +2 -2
  135. package/node/images/transform/operations/_utils/frame/create-color-palette/index.js +5 -5
  136. package/node/images/transform/operations/_utils/frame/index.js +9 -9
  137. package/package.json +1 -1
@@ -0,0 +1,164 @@
1
+ import {
2
+ createColorPalette
3
+ } from "./chunk-REN2I723.js";
4
+ import {
5
+ createLineBackground
6
+ } from "./chunk-K66UXFDQ.js";
7
+ import {
8
+ createTileBackground
9
+ } from "./chunk-CP454IJD.js";
10
+ import {
11
+ getRelativePxPositionsInWrapperFor
12
+ } from "./chunk-OCM3RLO6.js";
13
+ import {
14
+ clamp
15
+ } from "./chunk-OSAXBA7G.js";
16
+
17
+ // src/node/images/transform/operations/_utils/frame/index.ts
18
+ import sharp from "sharp";
19
+ async function frame(imageSharp, params) {
20
+ const imageMetadata = await imageSharp.metadata();
21
+ const imageDimensions = {
22
+ widthPx: imageMetadata.width ?? 0,
23
+ heightPx: imageMetadata.height ?? 0
24
+ };
25
+ const scaledImage = scaleImageToFrame(
26
+ imageSharp,
27
+ imageDimensions,
28
+ params.dimensions,
29
+ params.imageScale
30
+ );
31
+ imageSharp = scaledImage.sharpInstance;
32
+ imageDimensions.widthPx = scaledImage.widthPx;
33
+ imageDimensions.heightPx = scaledImage.heightPx;
34
+ const defaultBackgroundColorCreate = getDefaultBackgroundColor(params.background);
35
+ const imagePositions = getRelativePxPositionsInWrapperFor(imageDimensions, params.dimensions, params.positions);
36
+ const backgroundOverlays = await getBackgroundOverlays(
37
+ {
38
+ sharp: imageSharp,
39
+ dimensions: imageDimensions
40
+ },
41
+ params.background,
42
+ params.dimensions,
43
+ {
44
+ x: imagePositions.x,
45
+ y: imagePositions.y,
46
+ w: imageDimensions.widthPx,
47
+ h: imageDimensions.heightPx
48
+ }
49
+ );
50
+ const composition = [
51
+ ...backgroundOverlays,
52
+ {
53
+ input: await imageSharp.toFormat("png").png({ quality: 100 }).toBuffer(),
54
+ /* Make sure we work with the best quality of our file */
55
+ left: imagePositions.x,
56
+ top: imagePositions.y
57
+ }
58
+ ];
59
+ const frameSharpInstance = sharp({
60
+ create: {
61
+ background: defaultBackgroundColorCreate,
62
+ width: params.dimensions.widthPx,
63
+ height: params.dimensions.heightPx,
64
+ channels: 4
65
+ }
66
+ }).ensureAlpha(0).composite(composition).png({ quality: 100 });
67
+ return frameSharpInstance;
68
+ }
69
+ var scaleImageToFrame = (imageSharp, imageDimensions, frameDimensions, imageScale) => {
70
+ const scale = {
71
+ xRatio: 1,
72
+ yRatio: 1
73
+ };
74
+ const frameZoneDimensions = {
75
+ widthPx: frameDimensions.widthPx,
76
+ heightPx: frameDimensions.heightPx
77
+ };
78
+ if (imageScale) {
79
+ frameZoneDimensions.widthPx = frameDimensions.widthPx * (imageScale.xRatio || 1);
80
+ frameZoneDimensions.heightPx = frameDimensions.heightPx * (imageScale.yRatio || 1);
81
+ }
82
+ const containedRatiosPercents = getContainedRatios(
83
+ imageDimensions.widthPx,
84
+ imageDimensions.heightPx,
85
+ frameZoneDimensions.widthPx,
86
+ frameZoneDimensions.heightPx
87
+ );
88
+ if (imageScale || !imageScale && imageDimensions.widthPx < frameDimensions.widthPx && imageDimensions.heightPx < frameDimensions.heightPx) {
89
+ scale.xRatio = containedRatiosPercents.xPercent;
90
+ scale.yRatio = containedRatiosPercents.yPercent;
91
+ }
92
+ if (scale.xRatio !== 1 || scale.yRatio !== 1) {
93
+ imageDimensions.widthPx = clamp(Math.round(imageDimensions.widthPx * scale.xRatio), 0, frameDimensions.widthPx);
94
+ imageDimensions.heightPx = clamp(Math.round(imageDimensions.heightPx * scale.yRatio), 0, frameDimensions.heightPx);
95
+ imageSharp = imageSharp.resize({
96
+ width: imageDimensions.widthPx,
97
+ height: imageDimensions.heightPx,
98
+ fit: sharp.fit.inside,
99
+ position: "center",
100
+ fastShrinkOnLoad: false
101
+ });
102
+ }
103
+ return {
104
+ sharpInstance: imageSharp,
105
+ widthPx: imageDimensions.widthPx,
106
+ heightPx: imageDimensions.heightPx
107
+ };
108
+ };
109
+ var getDefaultBackgroundColor = (background) => {
110
+ if (background && (typeof background === "object" && "r" in background)) {
111
+ return {
112
+ r: background.r || 255,
113
+ g: background.g || 255,
114
+ b: background.b || 255,
115
+ alpha: background.alpha || 0
116
+ };
117
+ }
118
+ return { r: 255, g: 255, b: 255, alpha: 0 };
119
+ };
120
+ var getBackgroundOverlays = (imageInput, background, dimensions, imageCoordinates) => {
121
+ const backgroundOverlays = [];
122
+ return new Promise(async (resolve, reject) => {
123
+ if (!background || typeof background !== "object" || typeof background === "object" && !("type" in background)) {
124
+ resolve(backgroundOverlays);
125
+ return;
126
+ }
127
+ const imageBuffer = await imageInput.sharp.raw().toBuffer();
128
+ const nbImageChannels = (await imageInput.sharp.metadata()).channels || 3;
129
+ const colorPalette = createColorPalette(
130
+ {
131
+ buffer: imageBuffer,
132
+ nbChannels: nbImageChannels,
133
+ dimensions: imageInput.dimensions
134
+ },
135
+ background.colorPalette
136
+ );
137
+ switch (background.type) {
138
+ case "line":
139
+ return resolve(createLineBackground(background, dimensions, colorPalette));
140
+ case "tile":
141
+ return resolve(createTileBackground(background, dimensions, imageCoordinates, colorPalette));
142
+ default:
143
+ resolve(backgroundOverlays);
144
+ }
145
+ reject(new Error("Unknown background type"));
146
+ });
147
+ };
148
+ function getContainedRatios(widthPx, heightPx, wrapperWidthPx, wrapperHeightPx, withoutReduction) {
149
+ if (withoutReduction && widthPx <= wrapperWidthPx && heightPx <= wrapperHeightPx) {
150
+ return { xPercent: 100, yPercent: 100 };
151
+ }
152
+ const wrapperRatio = wrapperWidthPx / wrapperHeightPx;
153
+ const imgRatio = widthPx / heightPx;
154
+ const containRatio = clamp(imgRatio > wrapperRatio ? wrapperWidthPx / widthPx : wrapperHeightPx / heightPx, 0, 100);
155
+ return {
156
+ xPercent: containRatio,
157
+ yPercent: containRatio
158
+ };
159
+ }
160
+
161
+ export {
162
+ frame,
163
+ getContainedRatios
164
+ };
@@ -0,0 +1,151 @@
1
+ import {
2
+ formatImage
3
+ } from "./chunk-SJFY537W.js";
4
+ import {
5
+ transform
6
+ } from "./chunk-UZPXYAJR.js";
7
+ import {
8
+ __export
9
+ } from "./chunk-NZLE2WMY.js";
10
+
11
+ // src/node/images/prepare/index.ts
12
+ var prepare_exports = {};
13
+ __export(prepare_exports, {
14
+ MAX_NB_OUTPUTS: () => MAX_NB_OUTPUTS,
15
+ OUTPUT_ZIP_FOLDER: () => OUTPUT_ZIP_FOLDER,
16
+ exportZipBuffer: () => exportZipBuffer,
17
+ prepareImage: () => prepareImage
18
+ });
19
+ import sharp from "sharp";
20
+ import { Writable } from "node:stream";
21
+ import archiver from "archiver";
22
+ var MAX_NB_OUTPUTS = 50;
23
+ var OUTPUT_ZIP_FOLDER = "./output-zips";
24
+ async function prepareImage(imageBuffer, customOptions) {
25
+ const sharpImage = sharp(imageBuffer);
26
+ const sharpImageMetadata = await sharpImage.metadata();
27
+ const imageBufferMetadata = {
28
+ width: sharpImageMetadata.width ?? 0,
29
+ height: sharpImageMetadata.height ?? 0,
30
+ format: sharpImageMetadata.format || "png"
31
+ };
32
+ const options = getOptions(imageBufferMetadata, customOptions);
33
+ const nbOutputs = options.qualities.length * (options.ratios.length + 1) * (options.widths.length + 1) * (options.heights.length + 1);
34
+ if (nbOutputs > MAX_NB_OUTPUTS) throw Error("Nb output exceeds supported max nb output");
35
+ let transformedBuffer = imageBuffer;
36
+ try {
37
+ transformedBuffer = await transform(imageBuffer, options.inputOperations, options.checkValidOperations);
38
+ } catch (e) {
39
+ console.log("Images:Prepare:Transform:Buffer:Error", { e });
40
+ }
41
+ const transformedBufferMetadata = await sharp(transformedBuffer).metadata();
42
+ const exportsBuffers = [
43
+ {
44
+ buffer: imageBuffer,
45
+ name: generateFileName({
46
+ ...imageBufferMetadata,
47
+ quality: 100,
48
+ suffix: "original",
49
+ prefix: options.name
50
+ })
51
+ },
52
+ {
53
+ buffer: transformedBuffer,
54
+ name: generateFileName({
55
+ width: transformedBufferMetadata.width || 0,
56
+ height: transformedBufferMetadata.height || 0,
57
+ format: transformedBufferMetadata.format || "png",
58
+ quality: 100,
59
+ suffix: "transformed-unresized",
60
+ prefix: options.name
61
+ })
62
+ }
63
+ ];
64
+ for (const width of options.widths) {
65
+ for (const height of options.heights) {
66
+ for (const quality of options.qualities) {
67
+ for (const format of options.formats) {
68
+ const exportBuffer = await formatImage(transformedBuffer, {
69
+ format,
70
+ quality,
71
+ width,
72
+ height
73
+ });
74
+ exportsBuffers.push({
75
+ buffer: exportBuffer,
76
+ name: generateFileName({
77
+ width,
78
+ height,
79
+ quality,
80
+ format,
81
+ prefix: options.name
82
+ })
83
+ });
84
+ }
85
+ }
86
+ }
87
+ }
88
+ console.log("Images:Transform:Export:ZIP", generateZipName(options.name));
89
+ const zipBuffer = exportZipBuffer(exportsBuffers, generateZipName(options.name));
90
+ return zipBuffer;
91
+ }
92
+ function exportZipBuffer(zipSources, zipDirectoryName) {
93
+ return new Promise(async (resolve) => {
94
+ const archive = archiver("zip", { zlib: { level: 9 } });
95
+ if (zipDirectoryName) {
96
+ archive.directory(zipDirectoryName + "/", false);
97
+ }
98
+ zipSources.forEach((zipSource) => {
99
+ const fileName = zipDirectoryName ? `${zipDirectoryName}/${zipSource.name}` : zipSource.name;
100
+ archive.append(zipSource.buffer, { name: fileName });
101
+ });
102
+ const chunks = [];
103
+ const writable = new Writable();
104
+ writable._write = (chunk, _enc, callback) => {
105
+ chunks.push(chunk);
106
+ callback();
107
+ };
108
+ archive.pipe(writable);
109
+ await archive.finalize();
110
+ const bufferZip = Buffer.concat(chunks);
111
+ resolve(bufferZip);
112
+ });
113
+ }
114
+ function getOptions(imageBufferMetadata, options) {
115
+ return {
116
+ center: [0.5, 0.5],
117
+ qualities: [100],
118
+ inputOperations: [],
119
+ ...options,
120
+ checkValidOperations: options?.checkValidOperations ?? false,
121
+ name: options?.name ?? "",
122
+ formats: [imageBufferMetadata.format, ...options?.formats ? options.formats : []],
123
+ ratios: [...options?.ratios ? options.ratios : []],
124
+ widths: [imageBufferMetadata.width, ...options?.widths ? options.widths : []],
125
+ heights: [imageBufferMetadata.height, ...options?.heights ? options.heights : []]
126
+ };
127
+ }
128
+ function generateZipName(name = "") {
129
+ const date = /* @__PURE__ */ new Date();
130
+ return `${name}_image-exports_${date.toLocaleDateString()}_${date.toLocaleTimeString()}_${date.getTime()}`.replace(/\/|:/g, "-").replace(/ /g, "").trim();
131
+ }
132
+ function generateFileName({
133
+ width,
134
+ height,
135
+ quality,
136
+ format,
137
+ suffix,
138
+ prefix
139
+ }) {
140
+ prefix = prefix ? `${prefix}_` : "image-formats_";
141
+ suffix = `${suffix ? `_${suffix}` : ""}.${format}`;
142
+ return `${prefix}${width}x${height}_Q${quality}${suffix}`;
143
+ }
144
+
145
+ export {
146
+ MAX_NB_OUTPUTS,
147
+ OUTPUT_ZIP_FOLDER,
148
+ prepareImage,
149
+ exportZipBuffer,
150
+ prepare_exports
151
+ };
@@ -0,0 +1,48 @@
1
+ import {
2
+ upload as upload2
3
+ } from "./chunk-O7UEQQ6H.js";
4
+ import {
5
+ upload
6
+ } from "./chunk-7FJKDVBE.js";
7
+ import {
8
+ upload as upload3
9
+ } from "./chunk-ADTQQNIQ.js";
10
+ import {
11
+ upload as upload4
12
+ } from "./chunk-45WKBXSF.js";
13
+ import {
14
+ s3IdentifierData
15
+ } from "./chunk-MOBGB2PH.js";
16
+ import {
17
+ Outcome
18
+ } from "./chunk-JMU5PDBD.js";
19
+ import {
20
+ __export
21
+ } from "./chunk-NZLE2WMY.js";
22
+
23
+ // src/node/cloud-storage/operations/upload/index.ts
24
+ var upload_exports = {};
25
+ __export(upload_exports, {
26
+ upload: () => upload5
27
+ });
28
+ import { Bucket } from "@google-cloud/storage";
29
+ import { S3 } from "aws-sdk";
30
+ import { Client as FtpClient } from "basic-ftp";
31
+ import SftpClient from "ssh2-sftp-client";
32
+ async function upload5(fileReadable, targetPath, endpointType, endpointIdentifier, client) {
33
+ if (endpointType === "gcs-bucket" /* GCS */ && client instanceof Bucket) return await upload(fileReadable, targetPath, client);
34
+ if (endpointType === "s3-bucket" /* S3 */ && client instanceof S3) {
35
+ const { bucketName } = s3IdentifierData(endpointIdentifier);
36
+ if (bucketName === null) return Outcome.makeFailure("Invalid S3 bucket name");
37
+ return await upload2(fileReadable, targetPath, bucketName, client);
38
+ }
39
+ if (endpointType === "ftp" /* FTP */ && client instanceof FtpClient) return await upload3(fileReadable, targetPath, client);
40
+ if (endpointType === "ftps" /* FTPS */ && client instanceof FtpClient) return await upload3(fileReadable, targetPath, client);
41
+ if (endpointType === "sftp" /* SFTP */ && client instanceof SftpClient) return await upload4(fileReadable, targetPath, client);
42
+ return Outcome.makeFailure("Invalid endpoint or client type");
43
+ }
44
+
45
+ export {
46
+ upload5 as upload,
47
+ upload_exports
48
+ };
@@ -0,0 +1,37 @@
1
+ import {
2
+ Cast,
3
+ Tree,
4
+ Utils
5
+ } from "./chunk-4Y5XR6WC.js";
6
+ import {
7
+ Types
8
+ } from "./chunk-XEQ2PBT2.js";
9
+ import {
10
+ SmartTags
11
+ } from "./chunk-UT2J62LH.js";
12
+ import {
13
+ Serialize
14
+ } from "./chunk-SXRWMH3U.js";
15
+ import {
16
+ Transformer
17
+ } from "./chunk-BKO7GLC2.js";
18
+ import {
19
+ Method
20
+ } from "./chunk-RW7VAKJW.js";
21
+
22
+ // src/agnostic/html/hyper-json/index.ts
23
+ var HyperJson;
24
+ ((HyperJson2) => {
25
+ HyperJson2.Cast = Cast;
26
+ HyperJson2.Method = Method;
27
+ HyperJson2.Serialize = Serialize;
28
+ HyperJson2.SmartTags = SmartTags;
29
+ HyperJson2.Transformer = Transformer;
30
+ HyperJson2.Tree = Tree;
31
+ HyperJson2.Types = Types;
32
+ HyperJson2.Utils = Utils;
33
+ })(HyperJson || (HyperJson = {}));
34
+
35
+ export {
36
+ HyperJson
37
+ };
@@ -0,0 +1,63 @@
1
+ import {
2
+ lightenColor,
3
+ setColorLuminance
4
+ } from "./chunk-3LAWRHHB.js";
5
+ import {
6
+ saturateColor,
7
+ setColorSaturation
8
+ } from "./chunk-PXRLKO5Y.js";
9
+ import {
10
+ complementColor
11
+ } from "./chunk-2POD3TAX.js";
12
+
13
+ // src/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.ts
14
+ async function createLineBackground(background, dimensions, palette) {
15
+ const lineDimensions = {
16
+ widthPx: dimensions.widthPx,
17
+ heightPx: Math.round(dimensions.heightPx / background.params.nbLines)
18
+ };
19
+ const sharpOverlays = [];
20
+ const maxPaletteLength = palette.length;
21
+ const selectedColorIndex = background.params.colors.selectColorPaletteIndex === "first" ? 0 : background.params.colors.selectColorPaletteIndex === "last" ? palette.length - 1 : background.params.colors.selectColorPaletteIndex;
22
+ for (let i = 0; i < background.params.nbLines; i++) {
23
+ const indexPalette = Math.min(Math.max(0, selectedColorIndex), maxPaletteLength);
24
+ const RGBColor = palette[indexPalette] || [0, 0, 0];
25
+ const primaryRGBColor = applyColorTransformations(RGBColor, background.params.colors.primaryTransformations);
26
+ const secondaryRGBColor = applyColorTransformations(RGBColor, background.params.colors.secondaryTransformations);
27
+ const outputRGBColor = i % 2 === 0 ? primaryRGBColor : secondaryRGBColor;
28
+ const topPx = Math.min(lineDimensions.heightPx * i, dimensions.heightPx);
29
+ sharpOverlays.push({
30
+ input: {
31
+ create: {
32
+ width: lineDimensions.widthPx,
33
+ height: i === background.params.nbLines - 1 ? dimensions.heightPx - topPx : lineDimensions.heightPx,
34
+ channels: 4,
35
+ background: { r: outputRGBColor[0], g: outputRGBColor[1], b: outputRGBColor[2], alpha: 1 }
36
+ }
37
+ },
38
+ left: 0,
39
+ top: topPx
40
+ });
41
+ }
42
+ return sharpOverlays;
43
+ }
44
+ function applyColorTransformations(RGBColor, transformations) {
45
+ transformations.forEach((transformation) => {
46
+ RGBColor = transformColor(RGBColor, transformation);
47
+ });
48
+ return RGBColor;
49
+ }
50
+ function transformColor(RGBColor, transformation) {
51
+ switch (transformation.type) {
52
+ case "saturate":
53
+ return transformation.intensityMode === "add" ? saturateColor(RGBColor, transformation.intensity) : setColorSaturation(RGBColor, transformation.intensity);
54
+ case "lighten":
55
+ return transformation.intensityMode === "add" ? lightenColor(RGBColor, transformation.intensity) : setColorLuminance(RGBColor, transformation.intensity);
56
+ case "complement":
57
+ return complementColor(RGBColor);
58
+ }
59
+ }
60
+
61
+ export {
62
+ createLineBackground
63
+ };
@@ -0,0 +1,177 @@
1
+ import {
2
+ frame
3
+ } from "./chunk-HV2AHV5R.js";
4
+ import {
5
+ frameSchema
6
+ } from "./chunk-Y7YEYHRZ.js";
7
+ import {
8
+ compose
9
+ } from "./chunk-AWVQJNGX.js";
10
+ import {
11
+ scale
12
+ } from "./chunk-JRYI4VBX.js";
13
+ import {
14
+ rotateSchema
15
+ } from "./chunk-X6WCMUOP.js";
16
+ import {
17
+ normalizeSchema
18
+ } from "./chunk-4QHGUANF.js";
19
+ import {
20
+ resizeSchema
21
+ } from "./chunk-VR5JHUKK.js";
22
+ import {
23
+ lineateLevelsSchema
24
+ } from "./chunk-KL6EJPC3.js";
25
+ import {
26
+ saturateSchema
27
+ } from "./chunk-XQMUFSLU.js";
28
+ import {
29
+ scaleSchema
30
+ } from "./chunk-GOTTGEXI.js";
31
+ import {
32
+ extendSchema
33
+ } from "./chunk-MFK63FMI.js";
34
+ import {
35
+ flattenSchema
36
+ } from "./chunk-UERX6XGZ.js";
37
+ import {
38
+ extractSchema
39
+ } from "./chunk-NA7PT2KE.js";
40
+ import {
41
+ flipSchema
42
+ } from "./chunk-7OK5NZTY.js";
43
+ import {
44
+ flopSchema
45
+ } from "./chunk-B4XUXE7E.js";
46
+ import {
47
+ hueRotateSchema
48
+ } from "./chunk-JQRLQUMJ.js";
49
+ import {
50
+ modulateSchema
51
+ } from "./chunk-J35QFU6O.js";
52
+ import {
53
+ lightenSchema
54
+ } from "./chunk-HFIE4SBE.js";
55
+ import {
56
+ blurSchema
57
+ } from "./chunk-U5WEI3QA.js";
58
+ import {
59
+ brightenSchema
60
+ } from "./chunk-4PJWXOLA.js";
61
+ import {
62
+ composeSchema
63
+ } from "./chunk-UUU6DWRQ.js";
64
+ import {
65
+ esm_default
66
+ } from "./chunk-YE67BQQN.js";
67
+ import {
68
+ OperationNames
69
+ } from "./chunk-MOVLLUDL.js";
70
+ import {
71
+ Outcome
72
+ } from "./chunk-JMU5PDBD.js";
73
+ import {
74
+ unknownToString
75
+ } from "./chunk-FENXVJYO.js";
76
+ import {
77
+ __export
78
+ } from "./chunk-NZLE2WMY.js";
79
+
80
+ // src/node/images/transform/index.ts
81
+ var transform_exports = {};
82
+ __export(transform_exports, {
83
+ apply: () => apply,
84
+ isOperation: () => isOperation,
85
+ transform: () => transform
86
+ });
87
+ import sharp from "sharp";
88
+ var operationSchema = esm_default.union([
89
+ // areaComposeSchema,
90
+ blurSchema,
91
+ brightenSchema,
92
+ composeSchema,
93
+ extendSchema,
94
+ extractSchema,
95
+ flattenSchema,
96
+ flipSchema,
97
+ flopSchema,
98
+ frameSchema,
99
+ hueRotateSchema,
100
+ lightenSchema,
101
+ lineateLevelsSchema,
102
+ modulateSchema,
103
+ normalizeSchema,
104
+ resizeSchema,
105
+ rotateSchema,
106
+ saturateSchema,
107
+ scaleSchema
108
+ ]);
109
+ function isOperation(operation) {
110
+ try {
111
+ return Outcome.makeSuccess(operationSchema.parse(operation));
112
+ } catch (err) {
113
+ return Outcome.makeFailure(unknownToString(err));
114
+ }
115
+ }
116
+ async function transform(imageBuffer, operations, checkValidOperations) {
117
+ let sharpInstance = sharp(imageBuffer);
118
+ const needsValidation = checkValidOperations ?? false;
119
+ for (const operation of operations) {
120
+ const _isOperation = isOperation(operation);
121
+ if (!needsValidation || _isOperation.success) {
122
+ console.log("Images:Transform:Operation:Start", operation.name);
123
+ sharpInstance = await apply(sharpInstance, operation);
124
+ console.log("Images:Transform:Operation:Done", operation.name);
125
+ }
126
+ }
127
+ return sharpInstance.toBuffer();
128
+ }
129
+ async function apply(sharpInstance, operation) {
130
+ switch (operation.name) {
131
+ case OperationNames.Blur:
132
+ return sharpInstance.blur(operation.params.sigma);
133
+ case OperationNames.Brighten:
134
+ return sharpInstance.blur(operation.params);
135
+ case OperationNames.Compose:
136
+ return compose(sharpInstance, operation.params);
137
+ case OperationNames.Extend:
138
+ return sharpInstance.extend(operation.params);
139
+ case OperationNames.Extract:
140
+ return sharpInstance.extract(operation.params);
141
+ case OperationNames.Flip:
142
+ return sharpInstance.flip(operation.params.flip);
143
+ case OperationNames.Flop:
144
+ return sharpInstance.flop(operation.params.flop);
145
+ case OperationNames.Frame:
146
+ return frame(sharpInstance, operation.params);
147
+ case OperationNames.Flatten:
148
+ return sharpInstance.flatten(operation.params);
149
+ case OperationNames.HueRotate:
150
+ return sharpInstance.modulate({ hue: operation.params });
151
+ case OperationNames.Lighten:
152
+ return sharpInstance.modulate({ lightness: operation.params });
153
+ case OperationNames.LineateLevels:
154
+ return sharpInstance.linear(operation.params.multiplier, operation.params.offset);
155
+ case OperationNames.Modulate:
156
+ return sharpInstance.modulate(operation.params);
157
+ case OperationNames.Normalize:
158
+ return sharpInstance.normalize(operation.params);
159
+ case OperationNames.Resize:
160
+ return sharpInstance.resize(operation.params);
161
+ case OperationNames.Rotate:
162
+ return sharpInstance.rotate(operation.params.angle);
163
+ case OperationNames.Saturate:
164
+ return sharpInstance.modulate({ saturation: operation.params });
165
+ case OperationNames.Scale:
166
+ return scale(sharpInstance, operation.params);
167
+ default:
168
+ return sharpInstance;
169
+ }
170
+ }
171
+
172
+ export {
173
+ isOperation,
174
+ transform,
175
+ apply,
176
+ transform_exports
177
+ };
@@ -0,0 +1,48 @@
1
+ import {
2
+ download as download2
3
+ } from "./chunk-26QQ56SS.js";
4
+ import {
5
+ download
6
+ } from "./chunk-IARWH6LC.js";
7
+ import {
8
+ download as download3
9
+ } from "./chunk-MFWKY3DT.js";
10
+ import {
11
+ download as download4
12
+ } from "./chunk-V4S34MIM.js";
13
+ import {
14
+ s3IdentifierData
15
+ } from "./chunk-MOBGB2PH.js";
16
+ import {
17
+ Outcome
18
+ } from "./chunk-JMU5PDBD.js";
19
+ import {
20
+ __export
21
+ } from "./chunk-NZLE2WMY.js";
22
+
23
+ // src/node/cloud-storage/operations/download/index.ts
24
+ var download_exports = {};
25
+ __export(download_exports, {
26
+ download: () => download5
27
+ });
28
+ import { Bucket } from "@google-cloud/storage";
29
+ import { S3 } from "aws-sdk";
30
+ import { Client as FtpClient } from "basic-ftp";
31
+ import SftpClient from "ssh2-sftp-client";
32
+ async function download5(targetPath, endpointType, endpointIdentifier, client) {
33
+ if (endpointType === "gcs-bucket" /* GCS */ && client instanceof Bucket) return await download(targetPath, client);
34
+ if (endpointType === "s3-bucket" /* S3 */ && client instanceof S3) {
35
+ const { bucketName } = s3IdentifierData(endpointIdentifier);
36
+ if (bucketName === null) return Outcome.makeFailure("Invalid S3 bucket name");
37
+ return await download2(targetPath, bucketName, client);
38
+ }
39
+ if (endpointType === "ftp" /* FTP */ && client instanceof FtpClient) return await download3(targetPath, client);
40
+ if (endpointType === "ftps" /* FTPS */ && client instanceof FtpClient) return await download3(targetPath, client);
41
+ if (endpointType === "sftp" /* SFTP */ && client instanceof SftpClient) return await download4(targetPath, client);
42
+ return Outcome.makeFailure("Invalid endpoint or client type");
43
+ }
44
+
45
+ export {
46
+ download5 as download,
47
+ download_exports
48
+ };