@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
@@ -1,16 +1,55 @@
|
|
1
1
|
import {
|
2
|
+
apply,
|
2
3
|
isOperation,
|
3
|
-
|
4
|
-
} from "../../../chunks/chunk-
|
5
|
-
import "../../../chunks/chunk-
|
6
|
-
import "../../../chunks/chunk-
|
7
|
-
import "../../../chunks/chunk-
|
8
|
-
import "../../../chunks/chunk-
|
9
|
-
import "../../../chunks/chunk-
|
10
|
-
import "../../../chunks/chunk-
|
11
|
-
import "../../../chunks/chunk-
|
12
|
-
import "../../../chunks/chunk-
|
4
|
+
transform
|
5
|
+
} from "../../../chunks/chunk-YYA5VRE4.js";
|
6
|
+
import "../../../chunks/chunk-WU3JQC7W.js";
|
7
|
+
import "../../../chunks/chunk-PEUWFUEZ.js";
|
8
|
+
import "../../../chunks/chunk-ZRWVPWQC.js";
|
9
|
+
import "../../../chunks/chunk-GCHQD7MH.js";
|
10
|
+
import "../../../chunks/chunk-CP454IJD.js";
|
11
|
+
import "../../../chunks/chunk-CSZFW4R5.js";
|
12
|
+
import "../../../chunks/chunk-YLKBLE6G.js";
|
13
|
+
import "../../../chunks/chunk-YXJXNTCV.js";
|
14
|
+
import "../../../chunks/chunk-AWVQJNGX.js";
|
15
|
+
import "../../../chunks/chunk-OCM3RLO6.js";
|
16
|
+
import "../../../chunks/chunk-JRYI4VBX.js";
|
17
|
+
import "../../../chunks/chunk-U7CF7IDN.js";
|
18
|
+
import "../../../chunks/chunk-76QORXDC.js";
|
19
|
+
import "../../../chunks/chunk-OSZ4BWDE.js";
|
20
|
+
import "../../../chunks/chunk-4TGRV2AB.js";
|
21
|
+
import "../../../chunks/chunk-IJAFLBHD.js";
|
22
|
+
import "../../../chunks/chunk-RLTBF5FT.js";
|
23
|
+
import "../../../chunks/chunk-DEQ5N53D.js";
|
24
|
+
import "../../../chunks/chunk-MZZOFFFT.js";
|
25
|
+
import "../../../chunks/chunk-CYIUZX2T.js";
|
26
|
+
import "../../../chunks/chunk-OWCPJD6O.js";
|
27
|
+
import "../../../chunks/chunk-RPWYARS3.js";
|
28
|
+
import "../../../chunks/chunk-33YK4WOA.js";
|
29
|
+
import "../../../chunks/chunk-AMXIZUFB.js";
|
30
|
+
import "../../../chunks/chunk-XN44EWRS.js";
|
31
|
+
import "../../../chunks/chunk-OUJTDMHK.js";
|
32
|
+
import "../../../chunks/chunk-QUDIXNB2.js";
|
33
|
+
import "../../../chunks/chunk-QAE3OWOI.js";
|
34
|
+
import "../../../chunks/chunk-7KCMLH6B.js";
|
35
|
+
import "../../../chunks/chunk-JBZR6R5B.js";
|
36
|
+
import "../../../chunks/chunk-XEAHMN2T.js";
|
37
|
+
import "../../../chunks/chunk-MOVLLUDL.js";
|
38
|
+
import "../../../chunks/chunk-ENMBK6H7.js";
|
39
|
+
import "../../../chunks/chunk-4CIS3R7T.js";
|
40
|
+
import "../../../chunks/chunk-JMU5PDBD.js";
|
41
|
+
import "../../../chunks/chunk-MB7HWF22.js";
|
42
|
+
import "../../../chunks/chunk-2POD3TAX.js";
|
43
|
+
import "../../../chunks/chunk-U57Q62IN.js";
|
44
|
+
import "../../../chunks/chunk-QLC3A6PC.js";
|
45
|
+
import "../../../chunks/chunk-YVLJKJV2.js";
|
46
|
+
import "../../../chunks/chunk-OSAXBA7G.js";
|
47
|
+
import "../../../chunks/chunk-D3ERTRDW.js";
|
48
|
+
import "../../../chunks/chunk-FENXVJYO.js";
|
49
|
+
import "../../../chunks/chunk-VJJIYJMY.js";
|
50
|
+
import "../../../chunks/chunk-NZLE2WMY.js";
|
13
51
|
export {
|
52
|
+
apply,
|
14
53
|
isOperation,
|
15
|
-
|
54
|
+
transform
|
16
55
|
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import zod from 'zod';
|
2
|
+
import { OperationNames } from '../_utils/operation-names';
|
3
|
+
export type LightenOperationParams = number;
|
4
|
+
export type LightenOperation = {
|
5
|
+
name: typeof OperationNames.Lighten;
|
6
|
+
params: LightenOperationParams;
|
7
|
+
};
|
8
|
+
export declare const lightenSchema: zod.ZodType<LightenOperation>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import zod from 'zod';
|
2
|
+
import { OperationNames } from '../_utils/operation-names';
|
3
|
+
export type LineateLevelsOperationParams = {
|
4
|
+
multiplier: number | [number, number, number];
|
5
|
+
offset?: number | [number, number, number];
|
6
|
+
};
|
7
|
+
export type LineateLevelsOperation = {
|
8
|
+
name: typeof OperationNames.LineateLevels;
|
9
|
+
params: LineateLevelsOperationParams;
|
10
|
+
};
|
11
|
+
export declare const lineateLevelsSchema: zod.ZodType<LineateLevelsOperation>;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import {
|
2
|
+
lineateLevelsSchema
|
3
|
+
} from "../../../../chunks/chunk-U7CF7IDN.js";
|
4
|
+
import "../../../../chunks/chunk-XEAHMN2T.js";
|
5
|
+
import "../../../../chunks/chunk-MOVLLUDL.js";
|
6
|
+
import "../../../../chunks/chunk-NZLE2WMY.js";
|
7
|
+
export {
|
8
|
+
lineateLevelsSchema
|
9
|
+
};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import zod from 'zod';
|
2
|
+
import { OperationNames } from '../_utils/operation-names';
|
3
|
+
export type ModulateOperationParams = {
|
4
|
+
brightness?: number;
|
5
|
+
lightness?: number;
|
6
|
+
hue?: number;
|
7
|
+
saturation?: number;
|
8
|
+
};
|
9
|
+
export type ModulateOperation = {
|
10
|
+
name: typeof OperationNames.Modulate;
|
11
|
+
params: ModulateOperationParams;
|
12
|
+
};
|
13
|
+
export declare const modulateSchema: zod.ZodType<ModulateOperation>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import zod from 'zod';
|
2
|
+
import { OperationNames } from '../_utils/operation-names';
|
3
|
+
export type NormalizeOperationParams = {
|
4
|
+
lower: number;
|
5
|
+
upper: number;
|
6
|
+
};
|
7
|
+
export type NormalizeOperation = {
|
8
|
+
name: typeof OperationNames.Normalize;
|
9
|
+
params: NormalizeOperationParams;
|
10
|
+
};
|
11
|
+
export declare const normalizeSchema: zod.ZodType<NormalizeOperation>;
|
package/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.d.ts
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
import sharp from "sharp";
|
2
|
+
import { CreateLineBackground } from '../../../../../frame/backgrounds/create-line-background';
|
3
|
+
export declare function createLineBackground(background: CreateLineBackground, dimensions: {
|
4
|
+
widthPx: number;
|
5
|
+
heightPx: number;
|
6
|
+
}, palette: [number, number, number][]): Promise<sharp.OverlayOptions[]>;
|
package/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.js
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
import {
|
2
|
+
createLineBackground
|
3
|
+
} from "../../../../../../../../chunks/chunk-GCHQD7MH.js";
|
4
|
+
import "../../../../../../../../chunks/chunk-MB7HWF22.js";
|
5
|
+
import "../../../../../../../../chunks/chunk-2POD3TAX.js";
|
6
|
+
import "../../../../../../../../chunks/chunk-U57Q62IN.js";
|
7
|
+
import "../../../../../../../../chunks/chunk-QLC3A6PC.js";
|
8
|
+
import "../../../../../../../../chunks/chunk-YVLJKJV2.js";
|
9
|
+
import "../../../../../../../../chunks/chunk-NZLE2WMY.js";
|
10
|
+
export {
|
11
|
+
createLineBackground
|
12
|
+
};
|
package/node/images/transform/operations/_utils/frame/backgrounds/create-tile-background/index.d.ts
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
import sharp from 'sharp';
|
2
|
+
import { CreateTileBackground } from '../../../../../frame/backgrounds/create-tile-background';
|
3
|
+
type Coordinates = {
|
4
|
+
x: number;
|
5
|
+
y: number;
|
6
|
+
w: number;
|
7
|
+
h: number;
|
8
|
+
};
|
9
|
+
export declare const DEFAULT_CREATE_BACKGROUND_TILE_PARAMS: CreateTileBackground['params'];
|
10
|
+
export declare function createTileBackground(background: CreateTileBackground, dimensions: {
|
11
|
+
widthPx: number;
|
12
|
+
heightPx: number;
|
13
|
+
}, imageCoordinates: Coordinates, colorPalette: [number, number, number][]): Promise<sharp.OverlayOptions[]>;
|
14
|
+
export {};
|
package/node/images/transform/operations/_utils/frame/backgrounds/create-tile-background/index.js
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
import {
|
2
|
+
DEFAULT_CREATE_BACKGROUND_TILE_PARAMS,
|
3
|
+
createTileBackground
|
4
|
+
} from "../../../../../../../../chunks/chunk-CP454IJD.js";
|
5
|
+
import "../../../../../../../../chunks/chunk-ENMBK6H7.js";
|
6
|
+
import "../../../../../../../../chunks/chunk-4CIS3R7T.js";
|
7
|
+
import "../../../../../../../../chunks/chunk-OSAXBA7G.js";
|
8
|
+
import "../../../../../../../../chunks/chunk-D3ERTRDW.js";
|
9
|
+
import "../../../../../../../../chunks/chunk-VJJIYJMY.js";
|
10
|
+
import "../../../../../../../../chunks/chunk-NZLE2WMY.js";
|
11
|
+
export {
|
12
|
+
DEFAULT_CREATE_BACKGROUND_TILE_PARAMS,
|
13
|
+
createTileBackground
|
14
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { FrameCreateBackground } from "../../../../frame";
|
2
|
+
export type DensifyPaletteType = ('default' | 'default-lighten' | 'default-saturate' | 'complementary' | 'complementary-lighten' | 'complementary-saturate')[];
|
3
|
+
export declare function densifyPalette(RGBColors: [number, number, number][], types?: DensifyPaletteType, ligthenIntensity?: number, saturateIntensity?: number): [number, number, number][];
|
4
|
+
export declare function createColorPalette(image: {
|
5
|
+
buffer: Buffer<ArrayBufferLike>;
|
6
|
+
nbChannels: number;
|
7
|
+
dimensions: {
|
8
|
+
widthPx: number;
|
9
|
+
heightPx: number;
|
10
|
+
};
|
11
|
+
}, createPalette?: FrameCreateBackground['colorPalette']): [number, number, number][];
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import {
|
2
|
+
createColorPalette,
|
3
|
+
densifyPalette
|
4
|
+
} from "../../../../../../../chunks/chunk-PEUWFUEZ.js";
|
5
|
+
import "../../../../../../../chunks/chunk-ZRWVPWQC.js";
|
6
|
+
import "../../../../../../../chunks/chunk-MB7HWF22.js";
|
7
|
+
import "../../../../../../../chunks/chunk-2POD3TAX.js";
|
8
|
+
import "../../../../../../../chunks/chunk-U57Q62IN.js";
|
9
|
+
import "../../../../../../../chunks/chunk-QLC3A6PC.js";
|
10
|
+
import "../../../../../../../chunks/chunk-YVLJKJV2.js";
|
11
|
+
import "../../../../../../../chunks/chunk-OSAXBA7G.js";
|
12
|
+
import "../../../../../../../chunks/chunk-VJJIYJMY.js";
|
13
|
+
import "../../../../../../../chunks/chunk-NZLE2WMY.js";
|
14
|
+
export {
|
15
|
+
createColorPalette,
|
16
|
+
densifyPalette
|
17
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export declare function getPixel(buffer: Buffer<ArrayBufferLike>, x: number, y: number, width: number, nbChannels: number): [number, number, number];
|
2
|
+
export declare function getPixels(buffer: Buffer<ArrayBufferLike>, widthPx: number, heightPx: number, nbChannels?: number): [number, number, number][];
|
3
|
+
export declare function extractColorsFromImage(image: {
|
4
|
+
buffer: Buffer<ArrayBufferLike>;
|
5
|
+
dimensions: {
|
6
|
+
widthPx: number;
|
7
|
+
heightPx: number;
|
8
|
+
};
|
9
|
+
nbChannels: number;
|
10
|
+
}, nbColors: number): [number, number, number][];
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { FrameOperationParams } from "../../../frame";
|
2
|
+
import sharp from "sharp";
|
3
|
+
export declare function frame(imageSharp: sharp.Sharp, params: FrameOperationParams): Promise<sharp.Sharp>;
|
4
|
+
export declare function getContainedRatios(widthPx: number, heightPx: number, wrapperWidthPx: number, wrapperHeightPx: number, withoutReduction?: boolean): {
|
5
|
+
xPercent: number;
|
6
|
+
yPercent: number;
|
7
|
+
};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import {
|
2
|
+
frame,
|
3
|
+
getContainedRatios
|
4
|
+
} from "../../../../../../chunks/chunk-WU3JQC7W.js";
|
5
|
+
import "../../../../../../chunks/chunk-PEUWFUEZ.js";
|
6
|
+
import "../../../../../../chunks/chunk-ZRWVPWQC.js";
|
7
|
+
import "../../../../../../chunks/chunk-GCHQD7MH.js";
|
8
|
+
import "../../../../../../chunks/chunk-CP454IJD.js";
|
9
|
+
import "../../../../../../chunks/chunk-OCM3RLO6.js";
|
10
|
+
import "../../../../../../chunks/chunk-ENMBK6H7.js";
|
11
|
+
import "../../../../../../chunks/chunk-4CIS3R7T.js";
|
12
|
+
import "../../../../../../chunks/chunk-MB7HWF22.js";
|
13
|
+
import "../../../../../../chunks/chunk-2POD3TAX.js";
|
14
|
+
import "../../../../../../chunks/chunk-U57Q62IN.js";
|
15
|
+
import "../../../../../../chunks/chunk-QLC3A6PC.js";
|
16
|
+
import "../../../../../../chunks/chunk-YVLJKJV2.js";
|
17
|
+
import "../../../../../../chunks/chunk-OSAXBA7G.js";
|
18
|
+
import "../../../../../../chunks/chunk-D3ERTRDW.js";
|
19
|
+
import "../../../../../../chunks/chunk-VJJIYJMY.js";
|
20
|
+
import "../../../../../../chunks/chunk-NZLE2WMY.js";
|
21
|
+
export {
|
22
|
+
frame,
|
23
|
+
getContainedRatios
|
24
|
+
};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { Positions, Position } from "../../../_utils/positions";
|
2
|
+
export declare function getRelativePxPositionsInWrapperFor(inputDimensions: {
|
3
|
+
widthPx: number;
|
4
|
+
heightPx: number;
|
5
|
+
}, wrapperDimensions: {
|
6
|
+
widthPx: number;
|
7
|
+
heightPx: number;
|
8
|
+
}, positions?: Positions): {
|
9
|
+
x: number;
|
10
|
+
y: number;
|
11
|
+
};
|
12
|
+
export declare function calcPosition(position: Position, wrapperDimensions: number): number;
|
13
|
+
export declare function interpretPosition(position: Position): {
|
14
|
+
value: number;
|
15
|
+
unit: string;
|
16
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import {
|
2
|
+
calcPosition,
|
3
|
+
getRelativePxPositionsInWrapperFor,
|
4
|
+
interpretPosition
|
5
|
+
} from "../../../../../../chunks/chunk-OCM3RLO6.js";
|
6
|
+
import "../../../../../../chunks/chunk-NZLE2WMY.js";
|
7
|
+
export {
|
8
|
+
calcPosition,
|
9
|
+
getRelativePxPositionsInWrapperFor,
|
10
|
+
interpretPosition
|
11
|
+
};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import sharp from "sharp";
|
2
|
+
export type ColorTransformation = {
|
3
|
+
type: 'saturate' | 'lighten' | 'complement';
|
4
|
+
intensity: number;
|
5
|
+
intensityMode: 'add' | 'set';
|
6
|
+
};
|
7
|
+
export type LineAreaComposition = {
|
8
|
+
type: 'line';
|
9
|
+
params: {
|
10
|
+
nbLines: number;
|
11
|
+
colors: {
|
12
|
+
base: 'first' | 'last' | number;
|
13
|
+
primary: ColorTransformation[];
|
14
|
+
secondary: ColorTransformation[];
|
15
|
+
};
|
16
|
+
};
|
17
|
+
};
|
18
|
+
export declare const DEFAULT_COMPOSITION_LINE_PARAMS: LineAreaComposition['params'];
|
19
|
+
export declare function areaLineCompose(inputSharp: sharp.Sharp, composition: LineAreaComposition, options: CompositionOptions): Promise<sharp.OverlayOptions[]>;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import {
|
2
|
+
DEFAULT_COMPOSITION_LINE_PARAMS,
|
3
|
+
areaLineCompose
|
4
|
+
} from "../../../../../../chunks/chunk-JYYW4KOZ.js";
|
5
|
+
import "../../../../../../chunks/chunk-OSCBZIZF.js";
|
6
|
+
import "../../../../../../chunks/chunk-454MZ5UE.js";
|
7
|
+
import "../../../../../../chunks/chunk-JJWKHBXD.js";
|
8
|
+
import "../../../../../../chunks/chunk-7DDXALPH.js";
|
9
|
+
import "../../../../../../chunks/chunk-YUJJEKYY.js";
|
10
|
+
import "../../../../../../chunks/chunk-WSFCRVEQ.js";
|
11
|
+
export {
|
12
|
+
DEFAULT_COMPOSITION_LINE_PARAMS,
|
13
|
+
areaLineCompose
|
14
|
+
};
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import { Thumbnails } from "../../../../../@design-edito";
|
2
|
+
import sharp from "sharp";
|
3
|
+
export type TileAreaComposition = {
|
4
|
+
type: 'tile';
|
5
|
+
params: {
|
6
|
+
coverage: number;
|
7
|
+
densityA: {
|
8
|
+
min: number;
|
9
|
+
max: number;
|
10
|
+
};
|
11
|
+
densityB: {
|
12
|
+
min: number;
|
13
|
+
max: number;
|
14
|
+
};
|
15
|
+
format: 'random' | 'default' | 'portrait' | 'landscape';
|
16
|
+
xEasing: string;
|
17
|
+
yEasing: string;
|
18
|
+
};
|
19
|
+
};
|
20
|
+
export type Dimensions = {
|
21
|
+
w: number;
|
22
|
+
h: number;
|
23
|
+
};
|
24
|
+
export declare function getSharpTilesInputs(tiles: {
|
25
|
+
x: number;
|
26
|
+
y: number;
|
27
|
+
w: number;
|
28
|
+
h: number;
|
29
|
+
}[], palette: Thumbnails.Colors.Palette): Array<SharpInput>;
|
30
|
+
export declare function areaTileCompose(inputSharp: sharp.Sharp, composition: TileAreaComposition, options: CompositionOptions): Promise<sharp.OverlayOptions[]>;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import {
|
2
|
+
areaTileCompose,
|
3
|
+
getSharpTilesInputs
|
4
|
+
} from "../../../../../../chunks/chunk-7SS2R4B6.js";
|
5
|
+
import "../../../../../../chunks/chunk-L7EUEQZP.js";
|
6
|
+
import "../../../../../../chunks/chunk-OSCBZIZF.js";
|
7
|
+
import "../../../../../../chunks/chunk-454MZ5UE.js";
|
8
|
+
import "../../../../../../chunks/chunk-JJWKHBXD.js";
|
9
|
+
import "../../../../../../chunks/chunk-7DDXALPH.js";
|
10
|
+
import "../../../../../../chunks/chunk-YUJJEKYY.js";
|
11
|
+
import "../../../../../../chunks/chunk-WSFCRVEQ.js";
|
12
|
+
export {
|
13
|
+
areaTileCompose,
|
14
|
+
getSharpTilesInputs
|
15
|
+
};
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import sharp from "sharp";
|
2
|
+
import { Palette } from "../../../../@design-edito/thumbnails/colors";
|
3
|
+
import { LineAreaComposition } from "./area-line-composition";
|
4
|
+
import { TileAreaComposition } from "./area-tile-composition";
|
5
|
+
type CompositionType = TileAreaComposition | LineAreaComposition;
|
6
|
+
type RequiredAreaCompositionParams = {
|
7
|
+
innerTransformation: {
|
8
|
+
w: number;
|
9
|
+
h: number;
|
10
|
+
x: number;
|
11
|
+
y: number;
|
12
|
+
};
|
13
|
+
palette: {
|
14
|
+
additionalColors: Palette;
|
15
|
+
createFrom: ('default' | 'default-lighten' | 'default-saturate' | 'complementary' | 'complementary-lighten' | 'complementary-saturate')[];
|
16
|
+
maxDensity: number;
|
17
|
+
useAdditionalColorsOnly: boolean;
|
18
|
+
useExtractFromInner: boolean;
|
19
|
+
extractDensity: number;
|
20
|
+
lightenIntensity: number;
|
21
|
+
saturateIntensity: number;
|
22
|
+
};
|
23
|
+
composition: CompositionType | undefined;
|
24
|
+
};
|
25
|
+
export type AreaCompositionParams = {
|
26
|
+
innerTransformation: RequiredAreaCompositionParams['innerTransformation'];
|
27
|
+
palette?: Partial<RequiredAreaCompositionParams['palette']>;
|
28
|
+
composition?: Partial<RequiredAreaCompositionParams['composition']>;
|
29
|
+
};
|
30
|
+
export declare function areaCompose(inputSharp: sharp.Sharp, customParams?: Partial<AreaCompositionParams>): Promise<sharp.Sharp>;
|
31
|
+
export {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import {
|
2
|
+
areaCompose
|
3
|
+
} from "../../../../../chunks/chunk-R6F2MFZZ.js";
|
4
|
+
import "../../../../../chunks/chunk-7SS2R4B6.js";
|
5
|
+
import "../../../../../chunks/chunk-JYYW4KOZ.js";
|
6
|
+
import "../../../../../chunks/chunk-L7EUEQZP.js";
|
7
|
+
import "../../../../../chunks/chunk-OSCBZIZF.js";
|
8
|
+
import "../../../../../chunks/chunk-454MZ5UE.js";
|
9
|
+
import "../../../../../chunks/chunk-JJWKHBXD.js";
|
10
|
+
import "../../../../../chunks/chunk-7DDXALPH.js";
|
11
|
+
import "../../../../../chunks/chunk-YUJJEKYY.js";
|
12
|
+
import "../../../../../chunks/chunk-WSFCRVEQ.js";
|
13
|
+
export {
|
14
|
+
areaCompose
|
15
|
+
};
|
File without changes
|
File without changes
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import sharp from "sharp";
|
2
|
+
export type InnerGravity = 'top-left' | 'top-center' | 'top-right' | 'left-center' | 'center' | 'right-center' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
3
|
+
export type InnerResizeTransformation = {
|
4
|
+
width: number;
|
5
|
+
height: number;
|
6
|
+
x: number;
|
7
|
+
y: number;
|
8
|
+
};
|
9
|
+
export type InnerResizeParams = {
|
10
|
+
outputDimensions?: {
|
11
|
+
width: number;
|
12
|
+
height: number;
|
13
|
+
};
|
14
|
+
innerRatio?: number;
|
15
|
+
innerGravity?: InnerGravity;
|
16
|
+
background?: {
|
17
|
+
r: number;
|
18
|
+
g: number;
|
19
|
+
b: number;
|
20
|
+
} | string;
|
21
|
+
};
|
22
|
+
export declare function innerResize(imageSharp: sharp.Sharp, params: InnerResizeParams): Promise<{
|
23
|
+
sharp: sharp.Sharp;
|
24
|
+
transformation: InnerResizeTransformation;
|
25
|
+
}>;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import {
|
2
|
+
innerResize
|
3
|
+
} from "../../../../../chunks/chunk-5J7H5WYC.js";
|
4
|
+
import "../../../../../chunks/chunk-L7EUEQZP.js";
|
5
|
+
import "../../../../../chunks/chunk-OSCBZIZF.js";
|
6
|
+
import "../../../../../chunks/chunk-454MZ5UE.js";
|
7
|
+
import "../../../../../chunks/chunk-JJWKHBXD.js";
|
8
|
+
import "../../../../../chunks/chunk-7DDXALPH.js";
|
9
|
+
import "../../../../../chunks/chunk-YUJJEKYY.js";
|
10
|
+
import "../../../../../chunks/chunk-WSFCRVEQ.js";
|
11
|
+
export {
|
12
|
+
innerResize
|
13
|
+
};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import sharp, { Color } from 'sharp';
|
2
|
+
import zod from 'zod';
|
3
|
+
import { OperationNames } from '../_utils/operation-names';
|
4
|
+
export type ResizeOperationParams = {
|
5
|
+
width: number;
|
6
|
+
height: number;
|
7
|
+
options?: {
|
8
|
+
background?: Color;
|
9
|
+
fit?: keyof sharp.FitEnum;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
export type ResizeOperation = {
|
13
|
+
name: typeof OperationNames.Resize;
|
14
|
+
params: ResizeOperationParams;
|
15
|
+
};
|
16
|
+
export declare const resizeSchema: zod.ZodType<ResizeOperation>;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import {
|
2
|
+
resizeSchema
|
3
|
+
} from "../../../../chunks/chunk-OSZ4BWDE.js";
|
4
|
+
import "../../../../chunks/chunk-JBZR6R5B.js";
|
5
|
+
import "../../../../chunks/chunk-XEAHMN2T.js";
|
6
|
+
import "../../../../chunks/chunk-MOVLLUDL.js";
|
7
|
+
import "../../../../chunks/chunk-NZLE2WMY.js";
|
8
|
+
export {
|
9
|
+
resizeSchema
|
10
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import zod from 'zod';
|
2
|
+
import { OperationNames } from '../_utils/operation-names';
|
3
|
+
export type SaturateOperationParams = number;
|
4
|
+
export type SaturateOperation = {
|
5
|
+
name: typeof OperationNames.Saturate;
|
6
|
+
params: SaturateOperationParams;
|
7
|
+
};
|
8
|
+
export declare const saturateSchema: zod.ZodType<SaturateOperation>;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import zod from 'zod';
|
2
|
+
import { OperationNames } from '../_utils/operation-names';
|
3
|
+
import sharp from 'sharp';
|
4
|
+
export type ScaleOperationParams = {
|
5
|
+
xRatio?: number;
|
6
|
+
yRatio?: number;
|
7
|
+
background?: sharp.Color;
|
8
|
+
};
|
9
|
+
export type ScaleOperation = {
|
10
|
+
name: typeof OperationNames.Scale;
|
11
|
+
params: ScaleOperationParams;
|
12
|
+
};
|
13
|
+
export declare const scaleSchema: zod.ZodType<ScaleOperation>;
|