@design-edito/tools 0.1.63 → 0.1.65
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/agnostic/arrays/find-duplicates/index.js +1 -1
- package/agnostic/arrays/index.js +6 -6
- package/agnostic/arrays/is-array-of/index.js +1 -1
- package/agnostic/arrays/make/index.js +1 -1
- package/agnostic/arrays/random-pick/index.js +1 -1
- package/agnostic/arrays/shuffle/index.js +1 -1
- package/agnostic/booleans/index.js +1 -1
- package/agnostic/booleans/is-falsy/index.js +1 -1
- package/agnostic/colors/complement-color/index.d.ts +1 -0
- package/agnostic/colors/complement-color/index.js +7 -0
- package/agnostic/colors/hex-to-rgb/index.d.ts +1 -0
- package/agnostic/colors/hex-to-rgb/index.js +7 -0
- package/agnostic/colors/hsl-to-rgb/index.d.ts +1 -0
- package/agnostic/colors/hsl-to-rgb/index.js +7 -0
- package/agnostic/colors/index.d.ts +16 -0
- package/agnostic/colors/index.js +37 -0
- package/agnostic/colors/lighten-color/index.d.ts +2 -0
- package/agnostic/colors/lighten-color/index.js +11 -0
- package/agnostic/colors/rgb-to-hex/index.d.ts +1 -0
- package/agnostic/colors/rgb-to-hex/index.js +7 -0
- package/agnostic/colors/rgb-to-hsl/index.d.ts +1 -0
- package/agnostic/colors/rgb-to-hsl/index.js +7 -0
- package/agnostic/colors/saturate-color/index.d.ts +2 -0
- package/agnostic/colors/saturate-color/index.js +11 -0
- package/agnostic/css/bem/index.js +1 -1
- package/agnostic/css/generate-nice-color/index.js +1 -1
- package/agnostic/css/index.js +9 -9
- package/agnostic/css/is-valid-css-class-name/index.js +1 -1
- package/agnostic/css/styles-set/index.js +1 -1
- package/agnostic/errors/index.js +1 -1
- package/agnostic/errors/register/index.js +1 -1
- package/agnostic/errors/unknown-to-string/index.js +1 -1
- package/agnostic/html/get-node-ancestors/index.js +1 -1
- package/agnostic/html/get-position-inside-parent/index.js +1 -1
- package/agnostic/html/hyper-json/cast/index.d.ts +1 -1
- package/agnostic/html/hyper-json/cast/index.js +4 -4
- package/agnostic/html/hyper-json/index.js +5 -5
- package/agnostic/html/hyper-json/method/index.js +1 -1
- package/agnostic/html/hyper-json/serialize/index.js +1 -1
- package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.d.ts +3 -1
- package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.d.ts +2 -2
- package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.d.ts +3 -1
- package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.d.ts +2 -2
- package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.d.ts +3 -1
- package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.d.ts +3 -1
- package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/index.js +1 -1
- package/agnostic/html/hyper-json/smart-tags/isolated/any/index.js +1 -1
- package/agnostic/html/hyper-json/smart-tags/isolated/array/index.js +1 -1
- package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/null/index.js +1 -1
- package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +4 -4
- package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +4 -4
- package/agnostic/html/hyper-json/transformer/index.js +1 -1
- package/agnostic/html/hyper-json/tree/index.js +4 -4
- package/agnostic/html/hyper-json/types/index.js +1 -1
- package/agnostic/html/hyper-json/utils/index.d.ts +5 -0
- package/agnostic/html/hyper-json/utils/index.js +4 -4
- package/agnostic/html/index.js +10 -10
- package/agnostic/html/insert-node/index.js +1 -1
- package/agnostic/html/placeholders/index.js +1 -1
- package/agnostic/html/replace-in-element/index.js +1 -1
- package/agnostic/html/sanitize/index.js +1 -1
- package/agnostic/html/selector-to-element/index.js +1 -1
- package/agnostic/html/string-to-nodes/index.js +1 -1
- package/agnostic/index.d.ts +2 -0
- package/agnostic/misc/assert/index.js +1 -1
- package/agnostic/misc/cast/index.js +1 -1
- package/agnostic/misc/crawler/index.js +1 -1
- package/agnostic/misc/crossenv/detect-runtime/index.js +1 -1
- package/agnostic/misc/crossenv/index.js +1 -1
- package/agnostic/misc/crossenv/types/index.js +1 -1
- package/agnostic/misc/crossenv/window/index.js +1 -1
- package/agnostic/misc/data-size/index.js +2 -2
- package/agnostic/misc/elo/index.js +1 -1
- package/agnostic/misc/get-current-downlink/index.js +1 -1
- package/agnostic/misc/index.js +26 -26
- package/agnostic/misc/is-constructor-function/index.js +1 -1
- package/agnostic/misc/is-nullish/index.js +1 -1
- package/agnostic/misc/logs/index.js +3 -3
- package/agnostic/misc/logs/logger/index.js +1 -1
- package/agnostic/misc/logs/make-text-block/index.js +1 -1
- package/agnostic/misc/logs/styles/index.js +1 -1
- package/agnostic/misc/lorem-ipsum/index.js +9 -9
- package/agnostic/misc/outcome/index.js +1 -1
- package/agnostic/numbers/absolute-modulo/index.js +1 -1
- package/agnostic/numbers/clamp/index.js +1 -1
- package/agnostic/numbers/index.js +4 -4
- package/agnostic/numbers/interpolate/index.js +1 -1
- package/agnostic/numbers/responsive-harmonics/index.js +1 -1
- package/agnostic/numbers/round/index.js +1 -1
- package/agnostic/objects/deep-get-property/index.js +1 -1
- package/agnostic/objects/enums/index.js +1 -1
- package/agnostic/objects/enums/is-in-enum/index.js +1 -1
- package/agnostic/objects/flatten-getters/index.js +1 -1
- package/agnostic/objects/index.js +12 -12
- package/agnostic/objects/is-object/index.js +1 -1
- package/agnostic/objects/is-record/index.js +1 -1
- package/agnostic/objects/record-format/index.js +1 -1
- package/agnostic/objects/record-map/index.js +1 -1
- package/agnostic/objects/validation/index.js +1 -1
- package/agnostic/optim/index.js +4 -4
- package/agnostic/optim/memoize/index.js +1 -1
- package/agnostic/optim/throttle-debounce/index.js +1 -1
- package/agnostic/random/hex-char/index.js +1 -1
- package/agnostic/random/index.js +1 -1
- package/agnostic/random/random/index.js +1 -1
- package/agnostic/random/uuid/index.js +1 -1
- package/agnostic/regexps/index.js +1 -1
- package/agnostic/sanitization/index.d.ts +3 -0
- package/agnostic/sanitization/index.js +1311 -0
- package/agnostic/strings/char-codes/index.js +1 -1
- package/agnostic/strings/index.js +11 -11
- package/agnostic/strings/matches/index.js +1 -1
- package/agnostic/strings/normalize-indent/index.js +1 -1
- package/agnostic/strings/replace-all/index.js +1 -1
- package/agnostic/strings/to-alphanum/index.js +1 -1
- package/agnostic/strings/trim/index.js +1 -1
- package/agnostic/time/dates/format-date/index.js +1 -1
- package/agnostic/time/dates/index.js +1 -1
- package/agnostic/time/duration/index.js +1 -1
- package/agnostic/time/index.js +4 -4
- package/agnostic/time/timeout/index.js +1 -1
- package/agnostic/time/transitions/index.js +1 -1
- package/agnostic/time/wait/index.js +1 -1
- package/chunks/chunk-26QQ56SS.js +36 -0
- package/chunks/chunk-2H5RIOJO.js +16 -0
- package/chunks/chunk-2POD3TAX.js +11 -0
- package/chunks/chunk-2TJCB6IM.js +12 -0
- package/chunks/chunk-334MFRHI.js +56 -0
- package/chunks/chunk-33YK4WOA.js +18 -0
- package/chunks/chunk-3KN4IIQU.js +23 -0
- package/chunks/chunk-3LAWRHHB.js +23 -0
- package/chunks/chunk-3XNFVOJF.js +20 -0
- package/chunks/chunk-45WKBXSF.js +39 -0
- package/chunks/chunk-46HTGOCE.js +56 -0
- package/chunks/chunk-4TGRV2AB.js +18 -0
- package/chunks/chunk-4WZEYD3R.js +56 -0
- package/chunks/chunk-55MT7BMY.js +16 -0
- package/chunks/chunk-5GBYBDYQ.js +36 -0
- package/chunks/chunk-5J7H5WYC.js +82 -0
- package/chunks/chunk-5JAITHS2.js +48 -0
- package/chunks/chunk-5JNJVGDX.js +20 -0
- package/chunks/chunk-5SWBMXLR.js +98 -0
- package/chunks/chunk-5TRAENM3.js +31 -0
- package/chunks/chunk-6HPXM6ED.js +20 -0
- package/chunks/chunk-76QORXDC.js +19 -0
- package/chunks/chunk-7BCQCDGQ.js +31 -0
- package/chunks/chunk-7FJKDVBE.js +49 -0
- package/chunks/chunk-7KCMLH6B.js +22 -0
- package/chunks/chunk-7SS2R4B6.js +82 -0
- package/chunks/chunk-ADTQQNIQ.js +47 -0
- package/chunks/chunk-AMXIZUFB.js +16 -0
- package/chunks/chunk-AWVQJNGX.js +101 -0
- package/chunks/chunk-AZOSX3LU.js +191 -0
- package/chunks/chunk-BANYGSW4.js +20 -0
- package/chunks/chunk-BWXVJB4I.js +20 -0
- package/chunks/chunk-CP454IJD.js +231 -0
- package/chunks/chunk-CSZFW4R5.js +69 -0
- package/chunks/chunk-CYIUZX2T.js +31 -0
- package/chunks/chunk-D5E2CIDK.js +20 -0
- package/chunks/chunk-DEQ5N53D.js +21 -0
- package/chunks/chunk-E7J4E6OB.js +65 -0
- package/chunks/chunk-EA4L7AGZ.js +48 -0
- package/chunks/chunk-ECWDSMDZ.js +20 -0
- package/chunks/chunk-FAXNZG5C.js +10 -0
- package/chunks/chunk-FMRPJBUC.js +20 -0
- package/chunks/chunk-FTT6ZCCS.js +29 -0
- package/chunks/chunk-GCHQD7MH.js +63 -0
- package/chunks/chunk-GXICX4F6.js +31 -0
- package/chunks/chunk-H73SGDQI.js +20 -0
- package/chunks/chunk-H7LDIXVY.js +48 -0
- package/chunks/chunk-HDK7W7GS.js +20 -0
- package/chunks/chunk-HUC2IRGW.js +205 -0
- package/chunks/chunk-IARWH6LC.js +34 -0
- package/chunks/chunk-IJAFLBHD.js +16 -0
- package/chunks/chunk-JBSS64SA.js +6 -0
- package/chunks/chunk-JBZR6R5B.js +15 -0
- package/chunks/chunk-JLXITDAV.js +48 -0
- package/chunks/chunk-JRYI4VBX.js +22 -0
- package/chunks/chunk-JYYW4KOZ.js +72 -0
- package/chunks/chunk-KFMYB672.js +31 -0
- package/chunks/chunk-LOAOXFA2.js +2369 -0
- package/chunks/chunk-LOY7C5BP.js +151 -0
- package/chunks/chunk-LVBXPZUO.js +104 -0
- package/chunks/chunk-MAE5XZGF.js +37 -0
- package/chunks/chunk-MB7HWF22.js +23 -0
- package/chunks/chunk-MFWKY3DT.js +32 -0
- package/chunks/chunk-MOBGB2PH.js +54 -0
- package/chunks/chunk-MOVLLUDL.js +25 -0
- package/chunks/chunk-MTGZYBK2.js +129 -0
- package/chunks/chunk-MV2LDBDF.js +164 -0
- package/chunks/chunk-MVNQWIVH.js +151 -0
- package/chunks/chunk-MZZOFFFT.js +21 -0
- package/chunks/chunk-NA3M6VUU.js +20 -0
- package/chunks/chunk-NOBTN4IW.js +4471 -0
- package/chunks/chunk-NZLE2WMY.js +35 -0
- package/chunks/chunk-O7UEQQ6H.js +49 -0
- package/chunks/chunk-OCM3RLO6.js +73 -0
- package/chunks/chunk-OPU4CANL.js +35 -0
- package/chunks/chunk-OSCBZIZF.js +28 -0
- package/chunks/chunk-OSZ4BWDE.js +32 -0
- package/chunks/chunk-OUJTDMHK.js +16 -0
- package/chunks/chunk-OWCPJD6O.js +16 -0
- package/chunks/chunk-OXV3LVNK.js +191 -0
- package/chunks/chunk-PEUWFUEZ.js +98 -0
- package/chunks/chunk-PXRLKO5Y.js +23 -0
- package/chunks/chunk-QAE3OWOI.js +79 -0
- package/chunks/chunk-QLC3A6PC.js +17 -0
- package/chunks/chunk-QUDIXNB2.js +18 -0
- package/chunks/chunk-R6F2MFZZ.js +173 -0
- package/chunks/chunk-RGGOIE34.js +20 -0
- package/chunks/chunk-RLTBF5FT.js +23 -0
- package/chunks/chunk-RPWYARS3.js +18 -0
- package/chunks/chunk-RVZ32GPI.js +55 -0
- package/chunks/chunk-S2PB2PLY.js +191 -0
- package/chunks/chunk-SC54OKBX.js +43 -0
- package/chunks/chunk-SJFY537W.js +84 -0
- package/chunks/chunk-SNRRHDIZ.js +31 -0
- package/chunks/chunk-SZQHLC4K.js +31 -0
- package/chunks/chunk-T55QIYYV.js +32 -0
- package/chunks/chunk-TC7A4P5S.js +34 -0
- package/chunks/chunk-TXGV4KJD.js +31 -0
- package/chunks/chunk-U57Q62IN.js +23 -0
- package/chunks/chunk-U7CF7IDN.js +35 -0
- package/chunks/chunk-UUSZJMJB.js +37 -0
- package/chunks/chunk-V4S34MIM.js +32 -0
- package/chunks/chunk-VHAGPTVR.js +37 -0
- package/chunks/chunk-VLHSIIPO.js +20 -0
- package/chunks/chunk-WLGIDY6A.js +2456 -0
- package/chunks/chunk-WMSE5GRO.js +63 -0
- package/chunks/chunk-WO2R3QFK.js +20 -0
- package/chunks/chunk-WU3JQC7W.js +164 -0
- package/chunks/chunk-X4XXZ44B.js +37 -0
- package/chunks/chunk-XEAHMN2T.js +4063 -0
- package/chunks/chunk-XF5QBETN.js +48 -0
- package/chunks/chunk-XN44EWRS.js +21 -0
- package/chunks/chunk-XSVBWVVC.js +20 -0
- package/chunks/chunk-XZ7II65Z.js +31 -0
- package/chunks/chunk-YLKBLE6G.js +30 -0
- package/chunks/chunk-YRQ7LODK.js +177 -0
- package/chunks/chunk-YSDPTGYO.js +31 -0
- package/chunks/chunk-YUJJEKYY.js +144 -0
- package/chunks/chunk-YVLJKJV2.js +17 -0
- package/chunks/chunk-YW5ASSIQ.js +31 -0
- package/chunks/chunk-YXJXNTCV.js +65 -0
- package/chunks/chunk-YYA5VRE4.js +177 -0
- package/chunks/chunk-YZYA7LFK.js +20 -0
- package/chunks/chunk-ZRWVPWQC.js +36 -0
- package/chunks/chunk-ZZH6RUS3.js +48 -0
- package/components/Comp/index.js +1 -1
- package/node/@aws-s3/index.js +5 -5
- package/node/@aws-s3/storage/file/download/index.js +2 -2
- package/node/@aws-s3/storage/file/index.js +4 -4
- package/node/@aws-s3/storage/file/upload/index.js +2 -2
- package/node/@aws-s3/storage/index.js +5 -5
- package/node/@design-edito/index.js +2 -7
- package/node/@design-edito/thumbnails/colors/index.d.ts +7 -4
- package/node/@design-edito/thumbnails/colors/index.js +7 -3
- package/node/@design-edito/thumbnails/index.d.ts +1 -5
- package/node/@design-edito/thumbnails/index.js +1 -20
- package/node/@express/@multer/index.js +2 -2
- package/node/@express/index.js +2 -2
- package/node/@google-cloud/index.js +17 -17
- package/node/@google-cloud/storage/bucket/get-metadata/index.js +2 -2
- package/node/@google-cloud/storage/bucket/index.js +6 -6
- package/node/@google-cloud/storage/bucket/list/index.js +2 -2
- package/node/@google-cloud/storage/file/copy/index.js +2 -2
- package/node/@google-cloud/storage/file/download/index.js +2 -2
- package/node/@google-cloud/storage/file/erase/index.js +2 -2
- package/node/@google-cloud/storage/file/exists/index.js +2 -2
- package/node/@google-cloud/storage/file/generate-signed-url/index.js +2 -2
- package/node/@google-cloud/storage/file/get-metadata/index.js +2 -2
- package/node/@google-cloud/storage/file/get-permissions/index.js +2 -2
- package/node/@google-cloud/storage/file/index.js +17 -17
- package/node/@google-cloud/storage/file/move/index.js +2 -2
- package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +5 -5
- package/node/@google-cloud/storage/file/update-metadata/index.js +2 -2
- package/node/@google-cloud/storage/file/upload/index.js +2 -2
- package/node/@google-cloud/storage/index.js +17 -17
- package/node/cloud-storage/client/index.js +3 -3
- package/node/cloud-storage/credentials/index.js +2 -2
- package/node/cloud-storage/endpoint/index.js +2 -2
- package/node/cloud-storage/index.js +18 -18
- package/node/cloud-storage/operations/download/index.js +7 -7
- package/node/cloud-storage/operations/index.js +13 -13
- package/node/cloud-storage/operations/upload/index.js +7 -7
- package/node/encryption/@aes-256-gcm/buffer/index.js +3 -3
- package/node/encryption/@aes-256-gcm/index.js +4 -4
- package/node/encryption/@aes-256-gcm/uint8-array/index.js +2 -2
- package/node/encryption/index.js +7 -7
- package/node/encryption/key/index.js +2 -2
- package/node/files/index.js +4 -4
- package/node/files/is-in-directory/index.js +1 -1
- package/node/files/read-write/index.js +1 -1
- package/node/files/subpaths/index.js +1 -1
- package/node/ftps/file/download/index.js +2 -2
- package/node/ftps/file/index.js +4 -4
- package/node/ftps/file/upload/index.js +2 -2
- package/node/ftps/index.js +4 -4
- package/node/images/format/index.d.ts +52 -0
- package/node/images/format/index.js +27 -0
- package/node/images/index.d.ts +1 -1
- package/node/images/index.js +50 -13
- package/node/images/prepare/index.d.ts +11 -4
- package/node/images/prepare/index.js +50 -11
- package/node/images/transform/_utils/color-schema/index.d.ts +3 -0
- package/node/images/transform/_utils/color-schema/index.js +8 -0
- package/node/images/transform/_utils/operation-names/index.d.ts +20 -0
- package/node/images/transform/_utils/operation-names/index.js +7 -0
- package/node/images/transform/_utils/positions/index.d.ts +33 -0
- package/node/images/transform/_utils/positions/index.js +10 -0
- package/node/images/transform/blur/index.d.ts +10 -0
- package/node/images/transform/blur/index.js +9 -0
- package/node/images/transform/brighten/index.d.ts +8 -0
- package/node/images/transform/brighten/index.js +9 -0
- package/node/images/transform/compose/index.d.ts +38 -0
- package/node/images/transform/compose/index.js +11 -0
- package/node/images/transform/extend/index.d.ts +16 -0
- package/node/images/transform/extend/index.js +10 -0
- package/node/images/transform/extract/index.d.ts +13 -0
- package/node/images/transform/extract/index.js +9 -0
- package/node/images/transform/flatten/index.d.ts +11 -0
- package/node/images/transform/flatten/index.js +10 -0
- package/node/images/transform/flip/index.d.ts +10 -0
- package/node/images/transform/flip/index.js +9 -0
- package/node/images/transform/flop/index.d.ts +10 -0
- package/node/images/transform/flop/index.js +9 -0
- package/node/images/transform/frame/backgrounds/create-line-background/index.d.ts +155 -0
- package/node/images/transform/frame/backgrounds/create-line-background/index.js +10 -0
- package/node/images/transform/frame/backgrounds/create-tile-background/index.d.ts +106 -0
- package/node/images/transform/frame/backgrounds/create-tile-background/index.js +10 -0
- package/node/images/transform/frame/index.d.ts +44 -0
- package/node/images/transform/frame/index.js +13 -0
- package/node/images/transform/hue-rotate/index.d.ts +8 -0
- package/node/images/transform/hue-rotate/index.js +9 -0
- package/node/images/transform/index.d.ts +24 -207
- package/node/images/transform/index.js +50 -11
- package/node/images/transform/lighten/index.d.ts +8 -0
- package/node/images/transform/lighten/index.js +9 -0
- package/node/images/transform/lineate-levels/index.d.ts +11 -0
- package/node/images/transform/lineate-levels/index.js +9 -0
- package/node/images/transform/modulate/index.d.ts +13 -0
- package/node/images/transform/modulate/index.js +9 -0
- package/node/images/transform/normalize/index.d.ts +11 -0
- package/node/images/transform/normalize/index.js +9 -0
- package/node/images/transform/operations/_utils/compose/index.d.ts +3 -0
- package/node/images/transform/operations/_utils/compose/index.js +8 -0
- package/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.d.ts +6 -0
- package/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.js +12 -0
- package/node/images/transform/operations/_utils/frame/backgrounds/create-tile-background/index.d.ts +14 -0
- package/node/images/transform/operations/_utils/frame/backgrounds/create-tile-background/index.js +14 -0
- package/node/images/transform/operations/_utils/frame/create-color-palette/index.d.ts +11 -0
- package/node/images/transform/operations/_utils/frame/create-color-palette/index.js +17 -0
- package/node/images/transform/operations/_utils/frame/extract-colors-from-image/index.d.ts +10 -0
- package/node/images/transform/operations/_utils/frame/extract-colors-from-image/index.js +11 -0
- package/node/images/transform/operations/_utils/frame/index.d.ts +7 -0
- package/node/images/transform/operations/_utils/frame/index.js +24 -0
- package/node/images/transform/operations/_utils/positions/index.d.ts +16 -0
- package/node/images/transform/operations/_utils/positions/index.js +11 -0
- package/node/images/transform/operations/_utils/scale/index.d.ts +3 -0
- package/node/images/transform/operations/_utils/scale/index.js +7 -0
- package/node/images/transform/operations/area-composition/area-line-composition/index.d.ts +19 -0
- package/node/images/transform/operations/area-composition/area-line-composition/index.js +14 -0
- package/node/images/transform/operations/area-composition/area-tile-composition/index.d.ts +30 -0
- package/node/images/transform/operations/area-composition/area-tile-composition/index.js +15 -0
- package/node/images/transform/operations/area-composition/index.d.ts +31 -0
- package/node/images/transform/operations/area-composition/index.js +15 -0
- package/node/images/transform/operations/index.d.ts +0 -0
- package/node/images/transform/operations/index.js +0 -0
- package/node/images/transform/operations/inner-resize/index.d.ts +25 -0
- package/node/images/transform/operations/inner-resize/index.js +13 -0
- package/node/images/transform/resize/index.d.ts +16 -0
- package/node/images/transform/resize/index.js +10 -0
- package/node/images/transform/rotate/index.d.ts +9 -0
- package/node/images/transform/rotate/index.js +9 -0
- package/node/images/transform/saturate/index.d.ts +8 -0
- package/node/images/transform/saturate/index.js +9 -0
- package/node/images/transform/scale/index.d.ts +13 -0
- package/node/images/transform/scale/index.js +10 -0
- package/node/process/index.js +1 -1
- package/node/process/on-exit/index.js +1 -1
- package/node/sftp/file/download/index.js +2 -2
- package/node/sftp/file/index.js +4 -4
- package/node/sftp/file/upload/index.js +2 -2
- package/node/sftp/index.js +4 -4
- package/package.json +3 -2
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import {
|
|
2
|
+
thumbnails_exports
|
|
3
|
+
} from "./chunk-OSCBZIZF.js";
|
|
4
|
+
|
|
5
|
+
// src/node/images/transform/operations/inner-resize/index.ts
|
|
6
|
+
import sharp from "sharp";
|
|
7
|
+
async function innerResize(imageSharp, params) {
|
|
8
|
+
const imageMetadata = await imageSharp.metadata();
|
|
9
|
+
const inputDimensions = {
|
|
10
|
+
width: imageMetadata.width || 0,
|
|
11
|
+
height: imageMetadata.height || 0
|
|
12
|
+
};
|
|
13
|
+
const outputDimensions = params.outputDimensions ? params.outputDimensions : {
|
|
14
|
+
width: inputDimensions.width,
|
|
15
|
+
height: inputDimensions.height
|
|
16
|
+
};
|
|
17
|
+
const ratio = (params.innerRatio || 100) / 100;
|
|
18
|
+
const innerDimensions = {
|
|
19
|
+
width: Math.floor(outputDimensions.width * ratio),
|
|
20
|
+
height: Math.floor(outputDimensions.height * ratio)
|
|
21
|
+
};
|
|
22
|
+
const innerContainedDimensions = thumbnails_exports.Layout.getContainedDimensions(innerDimensions.width, innerDimensions.height, outputDimensions.width, outputDimensions.height, true);
|
|
23
|
+
const innerPositions = getInnerPositions(params.innerGravity || "center", { w: innerDimensions.width, h: innerDimensions.height }, innerContainedDimensions, { w: outputDimensions.width, h: outputDimensions.height });
|
|
24
|
+
const background = { r: 255, g: 255, b: 255, alpha: 0 };
|
|
25
|
+
const resizedSharp = imageSharp.toFormat("png").resize({
|
|
26
|
+
width: innerDimensions.width,
|
|
27
|
+
height: innerDimensions.height,
|
|
28
|
+
fit: sharp.fit.contain,
|
|
29
|
+
background
|
|
30
|
+
});
|
|
31
|
+
const composedSharp = sharp({
|
|
32
|
+
create: {
|
|
33
|
+
background,
|
|
34
|
+
width: outputDimensions.width,
|
|
35
|
+
height: outputDimensions.height,
|
|
36
|
+
channels: 4
|
|
37
|
+
}
|
|
38
|
+
}).ensureAlpha(0).composite([
|
|
39
|
+
{
|
|
40
|
+
input: await resizedSharp.toFormat("png").toBuffer(),
|
|
41
|
+
left: Math.floor(innerPositions.x),
|
|
42
|
+
top: Math.floor(innerPositions.y)
|
|
43
|
+
}
|
|
44
|
+
]).toFormat("png");
|
|
45
|
+
return {
|
|
46
|
+
sharp: composedSharp,
|
|
47
|
+
transformation: {
|
|
48
|
+
width: innerContainedDimensions.w,
|
|
49
|
+
height: innerContainedDimensions.h,
|
|
50
|
+
x: Math.ceil(innerPositions.x),
|
|
51
|
+
y: Math.ceil(innerPositions.y)
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function getInnerPositions(innerGravity, innerDimensions, innerContainedDimensions, outerDimension) {
|
|
56
|
+
switch (innerGravity) {
|
|
57
|
+
case "top-left":
|
|
58
|
+
return thumbnails_exports.Layout.alignTopLeft(innerDimensions, innerContainedDimensions, outerDimension);
|
|
59
|
+
case "top-center":
|
|
60
|
+
return thumbnails_exports.Layout.alignTopCenter(innerDimensions, innerContainedDimensions, outerDimension);
|
|
61
|
+
case "top-right":
|
|
62
|
+
return thumbnails_exports.Layout.alignTopRight(innerDimensions, innerContainedDimensions, outerDimension);
|
|
63
|
+
case "left-center":
|
|
64
|
+
return thumbnails_exports.Layout.alignLeftCenter(innerDimensions, innerContainedDimensions, outerDimension);
|
|
65
|
+
case "center":
|
|
66
|
+
return thumbnails_exports.Layout.alignCenter(innerDimensions, innerContainedDimensions, outerDimension);
|
|
67
|
+
case "right-center":
|
|
68
|
+
return thumbnails_exports.Layout.alignRightCenter(innerDimensions, innerContainedDimensions, outerDimension);
|
|
69
|
+
case "bottom-left":
|
|
70
|
+
return thumbnails_exports.Layout.alignBottomLeft(innerDimensions, innerContainedDimensions, outerDimension);
|
|
71
|
+
case "bottom-center":
|
|
72
|
+
return thumbnails_exports.Layout.alignBottomCenter(innerDimensions, innerContainedDimensions, outerDimension);
|
|
73
|
+
case "bottom-right":
|
|
74
|
+
return thumbnails_exports.Layout.alignBottomRight(innerDimensions, innerDimensions, outerDimension);
|
|
75
|
+
default:
|
|
76
|
+
return { x: 0, y: 0 };
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export {
|
|
81
|
+
innerResize
|
|
82
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import {
|
|
2
|
+
upload
|
|
3
|
+
} from "./chunk-KH5JTC2N.js";
|
|
4
|
+
import {
|
|
5
|
+
upload as upload4
|
|
6
|
+
} from "./chunk-AZLVQV5A.js";
|
|
7
|
+
import {
|
|
8
|
+
upload as upload2
|
|
9
|
+
} from "./chunk-N5QAGJXV.js";
|
|
10
|
+
import {
|
|
11
|
+
upload as upload3
|
|
12
|
+
} from "./chunk-AIESW26U.js";
|
|
13
|
+
import {
|
|
14
|
+
s3IdentifierData
|
|
15
|
+
} from "./chunk-CMWR77VW.js";
|
|
16
|
+
import {
|
|
17
|
+
Outcome
|
|
18
|
+
} from "./chunk-JMU5PDBD.js";
|
|
19
|
+
import {
|
|
20
|
+
__export
|
|
21
|
+
} from "./chunk-WSFCRVEQ.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,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
buffer_exports
|
|
3
|
+
} from "./chunk-5GBYBDYQ.js";
|
|
4
|
+
import {
|
|
5
|
+
uint8_array_exports
|
|
6
|
+
} from "./chunk-RVZ32GPI.js";
|
|
7
|
+
import {
|
|
8
|
+
__export
|
|
9
|
+
} from "./chunk-NZLE2WMY.js";
|
|
10
|
+
|
|
11
|
+
// src/node/encryption/@aes-256-gcm/index.ts
|
|
12
|
+
var aes_256_gcm_exports = {};
|
|
13
|
+
__export(aes_256_gcm_exports, {
|
|
14
|
+
Buffer: () => buffer_exports,
|
|
15
|
+
Uint8Array: () => uint8_array_exports
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
aes_256_gcm_exports
|
|
20
|
+
};
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import {
|
|
2
|
+
extractColorsFromImage
|
|
3
|
+
} from "./chunk-ZRWVPWQC.js";
|
|
4
|
+
import {
|
|
5
|
+
complementColor
|
|
6
|
+
} from "./chunk-2POD3TAX.js";
|
|
7
|
+
import {
|
|
8
|
+
lightenColor
|
|
9
|
+
} from "./chunk-3LAWRHHB.js";
|
|
10
|
+
import {
|
|
11
|
+
saturateColor
|
|
12
|
+
} from "./chunk-PXRLKO5Y.js";
|
|
13
|
+
import {
|
|
14
|
+
clamp
|
|
15
|
+
} from "./chunk-OSAXBA7G.js";
|
|
16
|
+
import {
|
|
17
|
+
shuffle
|
|
18
|
+
} from "./chunk-VJJIYJMY.js";
|
|
19
|
+
|
|
20
|
+
// src/node/images/transform/operations/_utils/frame/create-color-palette/index.ts
|
|
21
|
+
function densifyPalette(RGBColors, types, ligthenIntensity, saturateIntensity) {
|
|
22
|
+
const densifiedPalette = [];
|
|
23
|
+
const complementaryRGBColors = RGBColors.map((color) => complementColor(color));
|
|
24
|
+
if (!types) {
|
|
25
|
+
return RGBColors;
|
|
26
|
+
}
|
|
27
|
+
if (types.includes("default")) {
|
|
28
|
+
densifiedPalette.push(...RGBColors);
|
|
29
|
+
}
|
|
30
|
+
if (types.includes("default-lighten")) {
|
|
31
|
+
densifiedPalette.push(...RGBColors.map((RGBColor) => lightenColor(RGBColor, ligthenIntensity || 0)));
|
|
32
|
+
}
|
|
33
|
+
if (types.includes("default-saturate")) {
|
|
34
|
+
densifiedPalette.push(...RGBColors.map((RGBColor) => saturateColor(RGBColor, saturateIntensity)));
|
|
35
|
+
}
|
|
36
|
+
if (types.includes("complementary")) {
|
|
37
|
+
densifiedPalette.push(...complementaryRGBColors);
|
|
38
|
+
}
|
|
39
|
+
if (types.includes("complementary-lighten")) {
|
|
40
|
+
densifiedPalette.push(...complementaryRGBColors.map((RGBColor) => lightenColor(RGBColor, ligthenIntensity || 0)));
|
|
41
|
+
}
|
|
42
|
+
if (types.includes("complementary-saturate")) {
|
|
43
|
+
densifiedPalette.push(...RGBColors.map((RGBColor) => saturateColor(RGBColor, saturateIntensity)));
|
|
44
|
+
}
|
|
45
|
+
return densifiedPalette;
|
|
46
|
+
}
|
|
47
|
+
function createColorPalette(image, createPalette) {
|
|
48
|
+
if (!createPalette) {
|
|
49
|
+
return [
|
|
50
|
+
[0, 0, 0],
|
|
51
|
+
[0, 0, 0],
|
|
52
|
+
[0, 0, 0],
|
|
53
|
+
[0, 0, 0],
|
|
54
|
+
[0, 0, 0]
|
|
55
|
+
];
|
|
56
|
+
}
|
|
57
|
+
const colorPalette = [];
|
|
58
|
+
if ("extract" in createPalette && createPalette.extract) {
|
|
59
|
+
colorPalette.push(
|
|
60
|
+
...extractColorsFromImage(
|
|
61
|
+
{
|
|
62
|
+
buffer: image.buffer,
|
|
63
|
+
dimensions: image.dimensions,
|
|
64
|
+
nbChannels: image.nbChannels
|
|
65
|
+
},
|
|
66
|
+
createPalette.extract.nbColor
|
|
67
|
+
)
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
if ("use" in createPalette && createPalette.use) {
|
|
71
|
+
colorPalette.push(...createPalette.use.RGBColors);
|
|
72
|
+
}
|
|
73
|
+
if ("densify" in createPalette && createPalette.densify) {
|
|
74
|
+
colorPalette.push(
|
|
75
|
+
...densifyPalette(
|
|
76
|
+
colorPalette,
|
|
77
|
+
createPalette.densify.types,
|
|
78
|
+
createPalette.densify.ligthenIntensity,
|
|
79
|
+
createPalette.densify.saturateIntensity
|
|
80
|
+
)
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
if ("compose" in createPalette && createPalette.compose) {
|
|
84
|
+
if ("nbColor" in createPalette.compose) {
|
|
85
|
+
const maxNbColor = createPalette.compose.nbColor ? clamp(createPalette.compose.nbColor, 0, colorPalette.length) : colorPalette.length;
|
|
86
|
+
colorPalette.splice(0, maxNbColor);
|
|
87
|
+
}
|
|
88
|
+
if ("mix" in createPalette.compose) {
|
|
89
|
+
return shuffle(colorPalette);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
return colorPalette;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export {
|
|
96
|
+
densifyPalette,
|
|
97
|
+
createColorPalette
|
|
98
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import {
|
|
2
|
+
randomPick,
|
|
3
|
+
randomPickMany
|
|
4
|
+
} from "./chunk-AQBJ6HNB.js";
|
|
5
|
+
import {
|
|
6
|
+
make
|
|
7
|
+
} from "./chunk-RLAZR3NL.js";
|
|
8
|
+
import {
|
|
9
|
+
shuffle
|
|
10
|
+
} from "./chunk-VJJIYJMY.js";
|
|
11
|
+
import {
|
|
12
|
+
findDuplicates
|
|
13
|
+
} from "./chunk-YS6WMSWC.js";
|
|
14
|
+
import {
|
|
15
|
+
isArrayOf
|
|
16
|
+
} from "./chunk-6RGDWX4A.js";
|
|
17
|
+
|
|
18
|
+
// src/agnostic/arrays/index.tsx
|
|
19
|
+
var Arrays;
|
|
20
|
+
((Arrays2) => {
|
|
21
|
+
Arrays2.findDuplicates = findDuplicates;
|
|
22
|
+
Arrays2.isArrayOf = isArrayOf;
|
|
23
|
+
Arrays2.make = make;
|
|
24
|
+
Arrays2.randomPick = randomPick;
|
|
25
|
+
Arrays2.randomPickMany = randomPickMany;
|
|
26
|
+
Arrays2.shuffle = shuffle;
|
|
27
|
+
})(Arrays || (Arrays = {}));
|
|
28
|
+
|
|
29
|
+
export {
|
|
30
|
+
Arrays
|
|
31
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
bucket_exports
|
|
3
|
+
} from "./chunk-H73SGDQI.js";
|
|
4
|
+
import {
|
|
5
|
+
file_exports
|
|
6
|
+
} from "./chunk-4WZEYD3R.js";
|
|
7
|
+
import {
|
|
8
|
+
__export
|
|
9
|
+
} from "./chunk-NZLE2WMY.js";
|
|
10
|
+
|
|
11
|
+
// src/node/@google-cloud/storage/index.ts
|
|
12
|
+
var storage_exports = {};
|
|
13
|
+
__export(storage_exports, {
|
|
14
|
+
Bucket: () => bucket_exports,
|
|
15
|
+
File: () => file_exports
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
storage_exports
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
z
|
|
3
|
+
} from "./chunk-XEAHMN2T.js";
|
|
4
|
+
import {
|
|
5
|
+
OperationNames
|
|
6
|
+
} from "./chunk-MOVLLUDL.js";
|
|
7
|
+
|
|
8
|
+
// src/node/images/transform/normalize/index.ts
|
|
9
|
+
var normalizeSchema = z.object({
|
|
10
|
+
name: z.literal(OperationNames.Normalize),
|
|
11
|
+
params: z.object({
|
|
12
|
+
lower: z.number(),
|
|
13
|
+
upper: z.number()
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
normalizeSchema
|
|
19
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Outcome
|
|
3
|
+
} from "./chunk-JMU5PDBD.js";
|
|
4
|
+
import {
|
|
5
|
+
unknownToString
|
|
6
|
+
} from "./chunk-FENXVJYO.js";
|
|
7
|
+
import {
|
|
8
|
+
__export
|
|
9
|
+
} from "./chunk-NZLE2WMY.js";
|
|
10
|
+
|
|
11
|
+
// src/node/@google-cloud/storage/file/erase/index.ts
|
|
12
|
+
var erase_exports = {};
|
|
13
|
+
__export(erase_exports, {
|
|
14
|
+
erase: () => erase
|
|
15
|
+
});
|
|
16
|
+
async function erase(sourcePath, bucket, options) {
|
|
17
|
+
const { fileOptions, deleteOptions } = options ?? {};
|
|
18
|
+
try {
|
|
19
|
+
const file = bucket.file(sourcePath, fileOptions);
|
|
20
|
+
await file.delete(deleteOptions);
|
|
21
|
+
return Outcome.makeSuccess(true);
|
|
22
|
+
} catch (err) {
|
|
23
|
+
const errStr = unknownToString(err);
|
|
24
|
+
return Outcome.makeFailure(errStr);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export {
|
|
29
|
+
erase,
|
|
30
|
+
erase_exports
|
|
31
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Outcome
|
|
3
|
+
} from "./chunk-JMU5PDBD.js";
|
|
4
|
+
import {
|
|
5
|
+
unknownToString
|
|
6
|
+
} from "./chunk-FENXVJYO.js";
|
|
7
|
+
import {
|
|
8
|
+
__export
|
|
9
|
+
} from "./chunk-NZLE2WMY.js";
|
|
10
|
+
|
|
11
|
+
// src/node/@google-cloud/storage/file/upload/index.ts
|
|
12
|
+
var upload_exports = {};
|
|
13
|
+
__export(upload_exports, {
|
|
14
|
+
upload: () => upload
|
|
15
|
+
});
|
|
16
|
+
async function upload(fileStream, targetPath, bucket, options) {
|
|
17
|
+
const { fileOptions, saveOptions } = options ?? {};
|
|
18
|
+
const { overwrite = false } = saveOptions ?? {};
|
|
19
|
+
const file = bucket.file(targetPath, fileOptions);
|
|
20
|
+
if (!overwrite) {
|
|
21
|
+
try {
|
|
22
|
+
const [exists] = await file.exists();
|
|
23
|
+
if (exists) {
|
|
24
|
+
return Outcome.makeFailure(`File already exists at ${targetPath}.`);
|
|
25
|
+
}
|
|
26
|
+
} catch (err) {
|
|
27
|
+
const errStr = unknownToString(err);
|
|
28
|
+
return Outcome.makeFailure(errStr);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
try {
|
|
32
|
+
await new Promise((resolve, reject) => {
|
|
33
|
+
const writeStream = file.createWriteStream(saveOptions);
|
|
34
|
+
fileStream.pipe(writeStream);
|
|
35
|
+
fileStream.on("error", reject);
|
|
36
|
+
writeStream.on("finish", resolve);
|
|
37
|
+
writeStream.on("error", reject);
|
|
38
|
+
});
|
|
39
|
+
return Outcome.makeSuccess(true);
|
|
40
|
+
} catch (err) {
|
|
41
|
+
const errStr = unknownToString(err);
|
|
42
|
+
return Outcome.makeFailure(errStr);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export {
|
|
47
|
+
upload,
|
|
48
|
+
upload_exports
|
|
49
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
z
|
|
3
|
+
} from "./chunk-XEAHMN2T.js";
|
|
4
|
+
|
|
5
|
+
// src/node/images/transform/_utils/positions/index.ts
|
|
6
|
+
var positionSchema = z.union([
|
|
7
|
+
z.number().min(0),
|
|
8
|
+
z.string()
|
|
9
|
+
]).optional();
|
|
10
|
+
var positionsSchema = z.object({
|
|
11
|
+
top: positionSchema,
|
|
12
|
+
left: positionSchema,
|
|
13
|
+
bottom: positionSchema,
|
|
14
|
+
right: positionSchema,
|
|
15
|
+
translateX: positionSchema,
|
|
16
|
+
translateY: positionSchema
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
export {
|
|
20
|
+
positionSchema,
|
|
21
|
+
positionsSchema
|
|
22
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import {
|
|
2
|
+
thumbnails_exports
|
|
3
|
+
} from "./chunk-OSCBZIZF.js";
|
|
4
|
+
|
|
5
|
+
// src/node/images/transform/operations/area-composition/area-tile-composition/index.ts
|
|
6
|
+
import sharp from "sharp";
|
|
7
|
+
function getCreateSharpShape(dimensions, background) {
|
|
8
|
+
return {
|
|
9
|
+
width: Math.round(dimensions.w),
|
|
10
|
+
height: Math.round(dimensions.h),
|
|
11
|
+
channels: 4,
|
|
12
|
+
background: { r: background[0], g: background[1], b: background[2], alpha: 1 }
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
function getSharpTilesInputs(tiles, palette) {
|
|
16
|
+
let usedColorsIndexes = [];
|
|
17
|
+
const paletteLength = palette.length;
|
|
18
|
+
const getUnusedColorIndex = () => {
|
|
19
|
+
const paletteIndex = thumbnails_exports.Common.randomInt(paletteLength);
|
|
20
|
+
resetUnusedColorIndexesIfNeeded();
|
|
21
|
+
if (usedColorsIndexes.includes(paletteIndex)) {
|
|
22
|
+
return getUnusedColorIndex();
|
|
23
|
+
}
|
|
24
|
+
usedColorsIndexes.push(paletteIndex);
|
|
25
|
+
return paletteIndex;
|
|
26
|
+
};
|
|
27
|
+
const resetUnusedColorIndexesIfNeeded = () => {
|
|
28
|
+
if (usedColorsIndexes.length !== paletteLength) {
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
usedColorsIndexes = [];
|
|
32
|
+
};
|
|
33
|
+
return tiles.map((tile) => {
|
|
34
|
+
const paletteIndex = getUnusedColorIndex();
|
|
35
|
+
const color = palette[paletteIndex];
|
|
36
|
+
if (!color) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
top: Math.round(tile.y),
|
|
41
|
+
left: Math.round(tile.x),
|
|
42
|
+
input: sharp(
|
|
43
|
+
{
|
|
44
|
+
create: getCreateSharpShape(tile, color)
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
};
|
|
48
|
+
}).filter((sharpShape) => sharpShape !== void 0);
|
|
49
|
+
}
|
|
50
|
+
async function areaTileCompose(inputSharp, composition, options) {
|
|
51
|
+
const shapesLayout = thumbnails_exports.Layout.packAreasAndTiles(
|
|
52
|
+
options.innerTransformation,
|
|
53
|
+
options.outputDimensions,
|
|
54
|
+
composition.params.coverage,
|
|
55
|
+
{ A: composition.params.densityA, B: composition.params.densityB },
|
|
56
|
+
{ X: composition.params.xEasing, Y: composition.params.yEasing }
|
|
57
|
+
);
|
|
58
|
+
const sharpShapes = getSharpTilesInputs(shapesLayout, options.palette);
|
|
59
|
+
const sharpShapesForComposite = [];
|
|
60
|
+
for await (const sharpShape of sharpShapes) {
|
|
61
|
+
;
|
|
62
|
+
sharpShapesForComposite.push({
|
|
63
|
+
input: await sharpShape.input.toFormat("png").toBuffer(),
|
|
64
|
+
left: sharpShape.left,
|
|
65
|
+
top: sharpShape.top
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
return [
|
|
69
|
+
{
|
|
70
|
+
input: await inputSharp.png({ quality: 100 }).toBuffer(),
|
|
71
|
+
/* Converting to png to handle alpha */
|
|
72
|
+
left: 0,
|
|
73
|
+
top: 0
|
|
74
|
+
},
|
|
75
|
+
...sharpShapesForComposite
|
|
76
|
+
];
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export {
|
|
80
|
+
getSharpTilesInputs,
|
|
81
|
+
areaTileCompose
|
|
82
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Outcome
|
|
3
|
+
} from "./chunk-JMU5PDBD.js";
|
|
4
|
+
import {
|
|
5
|
+
unknownToString
|
|
6
|
+
} from "./chunk-FENXVJYO.js";
|
|
7
|
+
import {
|
|
8
|
+
__export
|
|
9
|
+
} from "./chunk-NZLE2WMY.js";
|
|
10
|
+
|
|
11
|
+
// src/node/ftps/file/upload/index.ts
|
|
12
|
+
var upload_exports = {};
|
|
13
|
+
__export(upload_exports, {
|
|
14
|
+
upload: () => upload
|
|
15
|
+
});
|
|
16
|
+
async function upload(fileStream, targetPath, ftpClient, options) {
|
|
17
|
+
const {
|
|
18
|
+
ensureDir = false,
|
|
19
|
+
overwrite = false
|
|
20
|
+
} = options ?? {};
|
|
21
|
+
try {
|
|
22
|
+
if (ensureDir) {
|
|
23
|
+
const dirPath = targetPath.substring(0, targetPath.lastIndexOf("/"));
|
|
24
|
+
await ftpClient.ensureDir(dirPath);
|
|
25
|
+
}
|
|
26
|
+
let fileExists = false;
|
|
27
|
+
try {
|
|
28
|
+
await ftpClient.size(targetPath);
|
|
29
|
+
fileExists = true;
|
|
30
|
+
} catch {
|
|
31
|
+
fileExists = false;
|
|
32
|
+
}
|
|
33
|
+
if (fileExists && !overwrite) {
|
|
34
|
+
return Outcome.makeFailure(`File already exists at ${targetPath}.`);
|
|
35
|
+
}
|
|
36
|
+
await ftpClient.uploadFrom(fileStream, targetPath, options);
|
|
37
|
+
return Outcome.makeSuccess(true);
|
|
38
|
+
} catch (err) {
|
|
39
|
+
const errStr = unknownToString(err);
|
|
40
|
+
return Outcome.makeFailure(errStr);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export {
|
|
45
|
+
upload,
|
|
46
|
+
upload_exports
|
|
47
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {
|
|
2
|
+
z
|
|
3
|
+
} from "./chunk-XEAHMN2T.js";
|
|
4
|
+
import {
|
|
5
|
+
OperationNames
|
|
6
|
+
} from "./chunk-MOVLLUDL.js";
|
|
7
|
+
|
|
8
|
+
// src/node/images/transform/lighten/index.ts
|
|
9
|
+
var lightenSchema = z.object({
|
|
10
|
+
name: z.literal(OperationNames.Lighten),
|
|
11
|
+
params: z.number().min(0)
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export {
|
|
15
|
+
lightenSchema
|
|
16
|
+
};
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getRelativePxPositionsInWrapperFor
|
|
3
|
+
} from "./chunk-OCM3RLO6.js";
|
|
4
|
+
|
|
5
|
+
// src/node/images/transform/operations/_utils/compose/index.ts
|
|
6
|
+
import sharp from "sharp";
|
|
7
|
+
async function compose(imageSharp, params) {
|
|
8
|
+
const imageMetadata = await imageSharp.metadata();
|
|
9
|
+
const imageDimensions = {
|
|
10
|
+
widthPx: imageMetadata.width || 0,
|
|
11
|
+
heightPx: imageMetadata.height || 0
|
|
12
|
+
};
|
|
13
|
+
const backgroundColor = params.background || { r: 0, g: 0, b: 0, alpha: 0 };
|
|
14
|
+
const composition = [
|
|
15
|
+
{
|
|
16
|
+
input: await imageSharp.toFormat("png").toBuffer(),
|
|
17
|
+
left: 0,
|
|
18
|
+
top: 0
|
|
19
|
+
}
|
|
20
|
+
];
|
|
21
|
+
for (const image of params.images) {
|
|
22
|
+
const overlay = {
|
|
23
|
+
input: Buffer.from([]),
|
|
24
|
+
top: 0,
|
|
25
|
+
left: 0,
|
|
26
|
+
..."blend" in image ? { blend: image.blend } : {},
|
|
27
|
+
..."tile" in image ? { tile: image.tile } : {}
|
|
28
|
+
};
|
|
29
|
+
const overlayDimensions = {
|
|
30
|
+
widthPx: image && "dimensions" in image && image.dimensions && image.dimensions.widthPx ? image.dimensions.widthPx : imageDimensions.widthPx,
|
|
31
|
+
heightPx: image && "dimensions" in image && image.dimensions && image.dimensions.heightPx ? image.dimensions.heightPx : imageDimensions.heightPx
|
|
32
|
+
};
|
|
33
|
+
const overlayPositions = getRelativePxPositionsInWrapperFor(
|
|
34
|
+
overlayDimensions,
|
|
35
|
+
imageDimensions,
|
|
36
|
+
image.positions
|
|
37
|
+
);
|
|
38
|
+
overlay.top = overlayPositions.y || 0;
|
|
39
|
+
overlay.left = overlayPositions.x || 0;
|
|
40
|
+
if (Buffer.isBuffer(image.input)) {
|
|
41
|
+
const imageToResize = sharp(image.input);
|
|
42
|
+
imageToResize.resize({
|
|
43
|
+
width: overlayDimensions.widthPx,
|
|
44
|
+
height: overlayDimensions.heightPx,
|
|
45
|
+
fit: "inside",
|
|
46
|
+
withoutEnlargement: true
|
|
47
|
+
});
|
|
48
|
+
const resizedInput = await imageToResize.toFormat("png").png({ quality: 100 }).toBuffer();
|
|
49
|
+
if (resizedInput) {
|
|
50
|
+
overlay.input = resizedInput;
|
|
51
|
+
}
|
|
52
|
+
} else {
|
|
53
|
+
if ("mode" in image.input) {
|
|
54
|
+
switch (image.input.mode) {
|
|
55
|
+
case "fill":
|
|
56
|
+
overlay.input = {
|
|
57
|
+
create: {
|
|
58
|
+
background: image.input.background,
|
|
59
|
+
channels: image.input.nbChannels || 3,
|
|
60
|
+
width: overlayDimensions.widthPx,
|
|
61
|
+
height: overlayDimensions.heightPx
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
break;
|
|
65
|
+
case "gradient":
|
|
66
|
+
overlay.input = Buffer.from(`<svg viewBox="0 0 ${overlayDimensions.widthPx} ${overlayDimensions.heightPx}" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="${overlayDimensions.widthPx}" height="${overlayDimensions.heightPx}">
|
|
67
|
+
<defs>
|
|
68
|
+
<linearGradient id="myGradient" gradientTransform="rotate(${image.input.angleDeg})">
|
|
69
|
+
${image.input.colorStops.map(
|
|
70
|
+
(colorStop) => `<stop offset="${colorStop.offsetPercent}%" stop-color="${getColorAsString(colorStop.color)}" />`
|
|
71
|
+
).join(" ")}
|
|
72
|
+
</linearGradient>
|
|
73
|
+
</defs>
|
|
74
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url('#myGradient')"></rect>
|
|
75
|
+
</svg>`);
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
composition.push(overlay);
|
|
81
|
+
}
|
|
82
|
+
const newComposedSharp = sharp({
|
|
83
|
+
create: {
|
|
84
|
+
background: backgroundColor,
|
|
85
|
+
width: imageDimensions.widthPx,
|
|
86
|
+
height: imageDimensions.heightPx,
|
|
87
|
+
channels: 4
|
|
88
|
+
}
|
|
89
|
+
}).toFormat("png").composite(composition).png({ quality: 100 });
|
|
90
|
+
return newComposedSharp;
|
|
91
|
+
}
|
|
92
|
+
var getColorAsString = (color) => {
|
|
93
|
+
if (typeof color === "string") {
|
|
94
|
+
return color;
|
|
95
|
+
}
|
|
96
|
+
return `rgba(${color.r}, ${color.g}, ${color.b}, ${color.alpha !== void 0 ? color.alpha : 1})`;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
export {
|
|
100
|
+
compose
|
|
101
|
+
};
|