@design-edito/tools 0.1.64 → 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 +5 -5
- 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 +4 -4
- 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 +5 -5
- package/agnostic/html/hyper-json/index.js +6 -6
- 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 +5 -5
- 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 +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +5 -5
- 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 +5 -5
- 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 +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +5 -5
- 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 +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +5 -5
- 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 +5 -5
- 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 +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +5 -5
- 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 +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/null/index.js +1 -1
- package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +5 -5
- package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +5 -5
- package/agnostic/html/hyper-json/transformer/index.js +1 -1
- package/agnostic/html/hyper-json/tree/index.js +5 -5
- 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 +5 -5
- package/agnostic/html/index.js +9 -9
- 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 +18 -18
- 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 +6 -6
- 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 +1 -1
- 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 +7 -7
- 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 +1 -1
- 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 +4 -4
- 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 +5 -5
- 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-4TGRV2AB.js +18 -0
- package/chunks/chunk-4WZEYD3R.js +56 -0
- package/chunks/chunk-5GBYBDYQ.js +36 -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-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-DEQ5N53D.js +21 -0
- package/chunks/chunk-E7J4E6OB.js +65 -0
- package/chunks/chunk-EA4L7AGZ.js +48 -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-JRYI4VBX.js +22 -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-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-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-OSZ4BWDE.js +32 -0
- package/chunks/chunk-OUJTDMHK.js +16 -0
- package/chunks/chunk-OWCPJD6O.js +16 -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-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-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-WLGIDY6A.js +2456 -0
- package/chunks/chunk-WMSE5GRO.js +63 -0
- package/chunks/chunk-WU3JQC7W.js +164 -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-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-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 +6 -6
- 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/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 +23 -23
- 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 +19 -19
- 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 +15 -15
- package/node/cloud-storage/operations/download/index.js +7 -7
- package/node/cloud-storage/operations/index.js +15 -15
- 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 +6 -6
- 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 -17
- package/node/images/prepare/index.d.ts +11 -4
- package/node/images/prepare/index.js +50 -15
- 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 -6
- package/node/images/transform/index.js +52 -15
- 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/index.d.ts +0 -207
- package/node/images/transform/operations/index.js +0 -21
- 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 +6 -6
- package/node/sftp/file/upload/index.js +2 -2
- package/node/sftp/index.js +4 -4
- package/package.json +3 -2
@@ -0,0 +1,48 @@
|
|
1
|
+
import {
|
2
|
+
download
|
3
|
+
} from "./chunk-IARWH6LC.js";
|
4
|
+
import {
|
5
|
+
download as download2
|
6
|
+
} from "./chunk-26QQ56SS.js";
|
7
|
+
import {
|
8
|
+
download as download3
|
9
|
+
} from "./chunk-MFWKY3DT.js";
|
10
|
+
import {
|
11
|
+
download as download4
|
12
|
+
} from "./chunk-V4S34MIM.js";
|
13
|
+
import {
|
14
|
+
s3IdentifierData
|
15
|
+
} from "./chunk-MOBGB2PH.js";
|
16
|
+
import {
|
17
|
+
Outcome
|
18
|
+
} from "./chunk-JMU5PDBD.js";
|
19
|
+
import {
|
20
|
+
__export
|
21
|
+
} from "./chunk-NZLE2WMY.js";
|
22
|
+
|
23
|
+
// src/node/cloud-storage/operations/download/index.ts
|
24
|
+
var download_exports = {};
|
25
|
+
__export(download_exports, {
|
26
|
+
download: () => download5
|
27
|
+
});
|
28
|
+
import { Bucket } from "@google-cloud/storage";
|
29
|
+
import { S3 } from "aws-sdk";
|
30
|
+
import { Client as FtpClient } from "basic-ftp";
|
31
|
+
import SftpClient from "ssh2-sftp-client";
|
32
|
+
async function download5(targetPath, endpointType, endpointIdentifier, client) {
|
33
|
+
if (endpointType === "gcs-bucket" /* GCS */ && client instanceof Bucket) return await download(targetPath, client);
|
34
|
+
if (endpointType === "s3-bucket" /* S3 */ && client instanceof S3) {
|
35
|
+
const { bucketName } = s3IdentifierData(endpointIdentifier);
|
36
|
+
if (bucketName === null) return Outcome.makeFailure("Invalid S3 bucket name");
|
37
|
+
return await download2(targetPath, bucketName, client);
|
38
|
+
}
|
39
|
+
if (endpointType === "ftp" /* FTP */ && client instanceof FtpClient) return await download3(targetPath, client);
|
40
|
+
if (endpointType === "ftps" /* FTPS */ && client instanceof FtpClient) return await download3(targetPath, client);
|
41
|
+
if (endpointType === "sftp" /* SFTP */ && client instanceof SftpClient) return await download4(targetPath, client);
|
42
|
+
return Outcome.makeFailure("Invalid endpoint or client type");
|
43
|
+
}
|
44
|
+
|
45
|
+
export {
|
46
|
+
download5 as download,
|
47
|
+
download_exports
|
48
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import {
|
2
|
+
z
|
3
|
+
} from "./chunk-XEAHMN2T.js";
|
4
|
+
import {
|
5
|
+
OperationNames
|
6
|
+
} from "./chunk-MOVLLUDL.js";
|
7
|
+
|
8
|
+
// src/node/images/transform/modulate/index.ts
|
9
|
+
var modulateSchema = z.object({
|
10
|
+
name: z.literal(OperationNames.Modulate),
|
11
|
+
params: z.object({
|
12
|
+
lightness: z.optional(z.number().min(0)),
|
13
|
+
brightness: z.optional(z.number().min(0)),
|
14
|
+
saturation: z.optional(z.number().min(0)),
|
15
|
+
hue: z.optional(z.number().min(0))
|
16
|
+
})
|
17
|
+
});
|
18
|
+
|
19
|
+
export {
|
20
|
+
modulateSchema
|
21
|
+
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import {
|
2
|
+
get_metadata_exports
|
3
|
+
} from "./chunk-FTT6ZCCS.js";
|
4
|
+
import {
|
5
|
+
list_exports
|
6
|
+
} from "./chunk-XZ7II65Z.js";
|
7
|
+
import {
|
8
|
+
__export
|
9
|
+
} from "./chunk-NZLE2WMY.js";
|
10
|
+
|
11
|
+
// src/node/@google-cloud/storage/bucket/index.ts
|
12
|
+
var bucket_exports = {};
|
13
|
+
__export(bucket_exports, {
|
14
|
+
GetMetadata: () => get_metadata_exports,
|
15
|
+
List: () => list_exports
|
16
|
+
});
|
17
|
+
|
18
|
+
export {
|
19
|
+
bucket_exports
|
20
|
+
};
|
@@ -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/bucket/list/index.ts
|
12
|
+
var list_exports = {};
|
13
|
+
__export(list_exports, {
|
14
|
+
list: () => list
|
15
|
+
});
|
16
|
+
async function list(bucket, options) {
|
17
|
+
const { getFileOptions } = options ?? {};
|
18
|
+
try {
|
19
|
+
const [files] = await bucket.getFiles(getFileOptions);
|
20
|
+
const fileNames = files.map((file) => file.name);
|
21
|
+
return Outcome.makeSuccess(fileNames);
|
22
|
+
} catch (err) {
|
23
|
+
const errStr = unknownToString(err);
|
24
|
+
return Outcome.makeFailure(errStr);
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
export {
|
29
|
+
list,
|
30
|
+
list_exports
|
31
|
+
};
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import {
|
2
|
+
z
|
3
|
+
} from "./chunk-XEAHMN2T.js";
|
4
|
+
|
5
|
+
// src/node/images/transform/frame/backgrounds/create-line-background/index.ts
|
6
|
+
var colorTransformationsSchema = z.array(z.object({
|
7
|
+
type: z.enum(["saturate", "lighten", "complement"]),
|
8
|
+
intensity: z.number().min(0).max(100),
|
9
|
+
intensityMode: z.enum(["add", "set"])
|
10
|
+
}));
|
11
|
+
var createLineBackgroundSchema = z.object({
|
12
|
+
type: z.literal("line"),
|
13
|
+
params: z.object({
|
14
|
+
nbLines: z.number().min(1),
|
15
|
+
colors: z.object({
|
16
|
+
selectColorPaletteIndex: z.union([
|
17
|
+
z.literal("first"),
|
18
|
+
z.literal("last"),
|
19
|
+
z.number().min(0)
|
20
|
+
]),
|
21
|
+
primaryTransformations: colorTransformationsSchema,
|
22
|
+
secondaryTransformations: colorTransformationsSchema
|
23
|
+
})
|
24
|
+
})
|
25
|
+
});
|
26
|
+
|
27
|
+
export {
|
28
|
+
colorTransformationsSchema,
|
29
|
+
createLineBackgroundSchema
|
30
|
+
};
|
@@ -0,0 +1,177 @@
|
|
1
|
+
import {
|
2
|
+
frame
|
3
|
+
} from "./chunk-MV2LDBDF.js";
|
4
|
+
import {
|
5
|
+
frameSchema
|
6
|
+
} from "./chunk-CSZFW4R5.js";
|
7
|
+
import {
|
8
|
+
compose
|
9
|
+
} from "./chunk-AWVQJNGX.js";
|
10
|
+
import {
|
11
|
+
scale
|
12
|
+
} from "./chunk-JRYI4VBX.js";
|
13
|
+
import {
|
14
|
+
modulateSchema
|
15
|
+
} from "./chunk-XN44EWRS.js";
|
16
|
+
import {
|
17
|
+
lightenSchema
|
18
|
+
} from "./chunk-AMXIZUFB.js";
|
19
|
+
import {
|
20
|
+
resizeSchema
|
21
|
+
} from "./chunk-OSZ4BWDE.js";
|
22
|
+
import {
|
23
|
+
saturateSchema
|
24
|
+
} from "./chunk-IJAFLBHD.js";
|
25
|
+
import {
|
26
|
+
rotateSchema
|
27
|
+
} from "./chunk-4TGRV2AB.js";
|
28
|
+
import {
|
29
|
+
scaleSchema
|
30
|
+
} from "./chunk-RLTBF5FT.js";
|
31
|
+
import {
|
32
|
+
brightenSchema
|
33
|
+
} from "./chunk-OUJTDMHK.js";
|
34
|
+
import {
|
35
|
+
flipSchema
|
36
|
+
} from "./chunk-RPWYARS3.js";
|
37
|
+
import {
|
38
|
+
extractSchema
|
39
|
+
} from "./chunk-DEQ5N53D.js";
|
40
|
+
import {
|
41
|
+
flattenSchema
|
42
|
+
} from "./chunk-MZZOFFFT.js";
|
43
|
+
import {
|
44
|
+
hueRotateSchema
|
45
|
+
} from "./chunk-OWCPJD6O.js";
|
46
|
+
import {
|
47
|
+
flopSchema
|
48
|
+
} from "./chunk-33YK4WOA.js";
|
49
|
+
import {
|
50
|
+
normalizeSchema
|
51
|
+
} from "./chunk-76QORXDC.js";
|
52
|
+
import {
|
53
|
+
lineateLevelsSchema
|
54
|
+
} from "./chunk-U7CF7IDN.js";
|
55
|
+
import {
|
56
|
+
blurSchema
|
57
|
+
} from "./chunk-QUDIXNB2.js";
|
58
|
+
import {
|
59
|
+
composeSchema
|
60
|
+
} from "./chunk-QAE3OWOI.js";
|
61
|
+
import {
|
62
|
+
extendSchema
|
63
|
+
} from "./chunk-CYIUZX2T.js";
|
64
|
+
import {
|
65
|
+
z
|
66
|
+
} from "./chunk-XEAHMN2T.js";
|
67
|
+
import {
|
68
|
+
OperationNames
|
69
|
+
} from "./chunk-MOVLLUDL.js";
|
70
|
+
import {
|
71
|
+
Outcome
|
72
|
+
} from "./chunk-JMU5PDBD.js";
|
73
|
+
import {
|
74
|
+
unknownToString
|
75
|
+
} from "./chunk-FENXVJYO.js";
|
76
|
+
import {
|
77
|
+
__export
|
78
|
+
} from "./chunk-NZLE2WMY.js";
|
79
|
+
|
80
|
+
// src/node/images/transform/index.ts
|
81
|
+
var transform_exports = {};
|
82
|
+
__export(transform_exports, {
|
83
|
+
apply: () => apply,
|
84
|
+
isOperation: () => isOperation,
|
85
|
+
transform: () => transform
|
86
|
+
});
|
87
|
+
import sharp from "sharp";
|
88
|
+
var operationSchema = z.union([
|
89
|
+
// areaComposeSchema,
|
90
|
+
blurSchema,
|
91
|
+
brightenSchema,
|
92
|
+
composeSchema,
|
93
|
+
extendSchema,
|
94
|
+
extractSchema,
|
95
|
+
flattenSchema,
|
96
|
+
flipSchema,
|
97
|
+
flopSchema,
|
98
|
+
frameSchema,
|
99
|
+
hueRotateSchema,
|
100
|
+
lightenSchema,
|
101
|
+
lineateLevelsSchema,
|
102
|
+
modulateSchema,
|
103
|
+
normalizeSchema,
|
104
|
+
resizeSchema,
|
105
|
+
rotateSchema,
|
106
|
+
saturateSchema,
|
107
|
+
scaleSchema
|
108
|
+
]);
|
109
|
+
function isOperation(operation) {
|
110
|
+
try {
|
111
|
+
return Outcome.makeSuccess(operationSchema.parse(operation));
|
112
|
+
} catch (err) {
|
113
|
+
return Outcome.makeFailure(unknownToString(err));
|
114
|
+
}
|
115
|
+
}
|
116
|
+
async function transform(imageBuffer, operations, checkValidOperations) {
|
117
|
+
let sharpInstance = sharp(imageBuffer);
|
118
|
+
const needsValidation = checkValidOperations ?? false;
|
119
|
+
for (const operation of operations) {
|
120
|
+
const _isOperation = isOperation(operation);
|
121
|
+
if (!needsValidation || _isOperation.success) {
|
122
|
+
console.log("Images:Transform:Operation:Start", operation.name);
|
123
|
+
sharpInstance = await apply(sharpInstance, operation);
|
124
|
+
console.log("Images:Transform:Operation:Done", operation.name);
|
125
|
+
}
|
126
|
+
}
|
127
|
+
return sharpInstance.toBuffer();
|
128
|
+
}
|
129
|
+
async function apply(sharpInstance, operation) {
|
130
|
+
switch (operation.name) {
|
131
|
+
case OperationNames.Blur:
|
132
|
+
return sharpInstance.blur(operation.params.sigma);
|
133
|
+
case OperationNames.Brighten:
|
134
|
+
return sharpInstance.blur(operation.params);
|
135
|
+
case OperationNames.Compose:
|
136
|
+
return compose(sharpInstance, operation.params);
|
137
|
+
case OperationNames.Extend:
|
138
|
+
return sharpInstance.extend(operation.params);
|
139
|
+
case OperationNames.Extract:
|
140
|
+
return sharpInstance.extract(operation.params);
|
141
|
+
case OperationNames.Flip:
|
142
|
+
return sharpInstance.flip(operation.params.flip);
|
143
|
+
case OperationNames.Flop:
|
144
|
+
return sharpInstance.flop(operation.params.flop);
|
145
|
+
case OperationNames.Frame:
|
146
|
+
return frame(sharpInstance, operation.params);
|
147
|
+
case OperationNames.Flatten:
|
148
|
+
return sharpInstance.flatten(operation.params);
|
149
|
+
case OperationNames.HueRotate:
|
150
|
+
return sharpInstance.modulate({ hue: operation.params });
|
151
|
+
case OperationNames.Lighten:
|
152
|
+
return sharpInstance.modulate({ lightness: operation.params });
|
153
|
+
case OperationNames.LineateLevels:
|
154
|
+
return sharpInstance.linear(operation.params.multiplier, operation.params.offset);
|
155
|
+
case OperationNames.Modulate:
|
156
|
+
return sharpInstance.modulate(operation.params);
|
157
|
+
case OperationNames.Normalize:
|
158
|
+
return sharpInstance.normalize(operation.params);
|
159
|
+
case OperationNames.Resize:
|
160
|
+
return sharpInstance.resize(operation.params);
|
161
|
+
case OperationNames.Rotate:
|
162
|
+
return sharpInstance.rotate(operation.params.angle);
|
163
|
+
case OperationNames.Saturate:
|
164
|
+
return sharpInstance.modulate({ saturation: operation.params });
|
165
|
+
case OperationNames.Scale:
|
166
|
+
return scale(sharpInstance, operation.params);
|
167
|
+
default:
|
168
|
+
return sharpInstance;
|
169
|
+
}
|
170
|
+
}
|
171
|
+
|
172
|
+
export {
|
173
|
+
isOperation,
|
174
|
+
transform,
|
175
|
+
apply,
|
176
|
+
transform_exports
|
177
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
// src/agnostic/colors/rgb-to-hsl/index.ts
|
2
|
+
function RGBToHSL(color) {
|
3
|
+
const r = color[0] / 255;
|
4
|
+
const g = color[1] / 255;
|
5
|
+
const b = color[2] / 255;
|
6
|
+
const l = Math.max(r, g, b);
|
7
|
+
const s = l - Math.min(r, g, b);
|
8
|
+
const h = s ? l === r ? (g - b) / s : l === g ? 2 + (b - r) / s : 4 + (r - g) / s : 0;
|
9
|
+
const outputH = 60 * h < 0 ? 60 * h + 360 : 60 * h;
|
10
|
+
const outputS = 100 * (s ? l <= 0.5 ? s / (2 * l - s) : s / (2 - (2 * l - s)) : 0);
|
11
|
+
const outputL = 100 * (2 * l - s) / 2;
|
12
|
+
return [outputH, outputS, outputL];
|
13
|
+
}
|
14
|
+
|
15
|
+
export {
|
16
|
+
RGBToHSL
|
17
|
+
};
|
@@ -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/update-metadata/index.ts
|
12
|
+
var update_metadata_exports = {};
|
13
|
+
__export(update_metadata_exports, {
|
14
|
+
updateFileMetadata: () => updateFileMetadata
|
15
|
+
});
|
16
|
+
async function updateFileMetadata(sourcePath, bucket, metadata, options) {
|
17
|
+
const { fileOptions, metadataOptions } = options ?? {};
|
18
|
+
try {
|
19
|
+
const file = bucket.file(sourcePath, fileOptions);
|
20
|
+
await file.setMetadata(metadata, metadataOptions);
|
21
|
+
return Outcome.makeSuccess(true);
|
22
|
+
} catch (err) {
|
23
|
+
const errStr = unknownToString(err);
|
24
|
+
return Outcome.makeFailure(errStr);
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
export {
|
29
|
+
updateFileMetadata,
|
30
|
+
update_metadata_exports
|
31
|
+
};
|
@@ -0,0 +1,65 @@
|
|
1
|
+
import {
|
2
|
+
z
|
3
|
+
} from "./chunk-XEAHMN2T.js";
|
4
|
+
|
5
|
+
// src/node/images/transform/frame/backgrounds/create-tile-background/index.ts
|
6
|
+
var TransitionNames = [
|
7
|
+
"linear",
|
8
|
+
"ease-in-quad",
|
9
|
+
"ease-out-quad",
|
10
|
+
"ease-in-out-quad",
|
11
|
+
"ease-in-cubic",
|
12
|
+
"ease-out-cubic",
|
13
|
+
"ease-in-out-cubic",
|
14
|
+
"ease-in-quart",
|
15
|
+
"ease-out-quart",
|
16
|
+
"ease-in-out-quart",
|
17
|
+
"ease-in-quint",
|
18
|
+
"ease-out-quint",
|
19
|
+
"ease-in-out-quint",
|
20
|
+
"ease-in-sine",
|
21
|
+
"ease-out-sine",
|
22
|
+
"ease-in-out-sine",
|
23
|
+
"ease-in-expo",
|
24
|
+
"ease-out-expo",
|
25
|
+
"ease-in-out-expo",
|
26
|
+
"ease-in-circ",
|
27
|
+
"ease-out-circ",
|
28
|
+
"ease-in-out-circ",
|
29
|
+
"ease-in-back",
|
30
|
+
"ease-out-back",
|
31
|
+
"ease-in-out-back",
|
32
|
+
"ease-in-elastic",
|
33
|
+
"ease-out-elastic",
|
34
|
+
"ease-in-out-elastic",
|
35
|
+
"ease-in-bounce",
|
36
|
+
"ease-out-bounce",
|
37
|
+
"ease-in-out-bounce"
|
38
|
+
];
|
39
|
+
var createTileBackgroundSchema = z.object({
|
40
|
+
type: z.literal("tile"),
|
41
|
+
params: z.object({
|
42
|
+
coverageRatio: z.number(),
|
43
|
+
densityA: z.object({
|
44
|
+
min: z.number(),
|
45
|
+
max: z.number()
|
46
|
+
}),
|
47
|
+
densityB: z.object({
|
48
|
+
min: z.number(),
|
49
|
+
max: z.number()
|
50
|
+
}),
|
51
|
+
format: z.enum([
|
52
|
+
"random",
|
53
|
+
"default",
|
54
|
+
"portrait",
|
55
|
+
"landscape"
|
56
|
+
]),
|
57
|
+
xEasing: z.enum(TransitionNames),
|
58
|
+
yEasing: z.enum(TransitionNames)
|
59
|
+
})
|
60
|
+
});
|
61
|
+
|
62
|
+
export {
|
63
|
+
TransitionNames,
|
64
|
+
createTileBackgroundSchema
|
65
|
+
};
|
@@ -0,0 +1,177 @@
|
|
1
|
+
import {
|
2
|
+
frame
|
3
|
+
} from "./chunk-WU3JQC7W.js";
|
4
|
+
import {
|
5
|
+
frameSchema
|
6
|
+
} from "./chunk-CSZFW4R5.js";
|
7
|
+
import {
|
8
|
+
compose
|
9
|
+
} from "./chunk-AWVQJNGX.js";
|
10
|
+
import {
|
11
|
+
scale
|
12
|
+
} from "./chunk-JRYI4VBX.js";
|
13
|
+
import {
|
14
|
+
lineateLevelsSchema
|
15
|
+
} from "./chunk-U7CF7IDN.js";
|
16
|
+
import {
|
17
|
+
normalizeSchema
|
18
|
+
} from "./chunk-76QORXDC.js";
|
19
|
+
import {
|
20
|
+
resizeSchema
|
21
|
+
} from "./chunk-OSZ4BWDE.js";
|
22
|
+
import {
|
23
|
+
rotateSchema
|
24
|
+
} from "./chunk-4TGRV2AB.js";
|
25
|
+
import {
|
26
|
+
saturateSchema
|
27
|
+
} from "./chunk-IJAFLBHD.js";
|
28
|
+
import {
|
29
|
+
scaleSchema
|
30
|
+
} from "./chunk-RLTBF5FT.js";
|
31
|
+
import {
|
32
|
+
extractSchema
|
33
|
+
} from "./chunk-DEQ5N53D.js";
|
34
|
+
import {
|
35
|
+
flattenSchema
|
36
|
+
} from "./chunk-MZZOFFFT.js";
|
37
|
+
import {
|
38
|
+
extendSchema
|
39
|
+
} from "./chunk-CYIUZX2T.js";
|
40
|
+
import {
|
41
|
+
hueRotateSchema
|
42
|
+
} from "./chunk-OWCPJD6O.js";
|
43
|
+
import {
|
44
|
+
flipSchema
|
45
|
+
} from "./chunk-RPWYARS3.js";
|
46
|
+
import {
|
47
|
+
flopSchema
|
48
|
+
} from "./chunk-33YK4WOA.js";
|
49
|
+
import {
|
50
|
+
lightenSchema
|
51
|
+
} from "./chunk-AMXIZUFB.js";
|
52
|
+
import {
|
53
|
+
modulateSchema
|
54
|
+
} from "./chunk-XN44EWRS.js";
|
55
|
+
import {
|
56
|
+
brightenSchema
|
57
|
+
} from "./chunk-OUJTDMHK.js";
|
58
|
+
import {
|
59
|
+
blurSchema
|
60
|
+
} from "./chunk-QUDIXNB2.js";
|
61
|
+
import {
|
62
|
+
composeSchema
|
63
|
+
} from "./chunk-QAE3OWOI.js";
|
64
|
+
import {
|
65
|
+
z
|
66
|
+
} from "./chunk-XEAHMN2T.js";
|
67
|
+
import {
|
68
|
+
OperationNames
|
69
|
+
} from "./chunk-MOVLLUDL.js";
|
70
|
+
import {
|
71
|
+
Outcome
|
72
|
+
} from "./chunk-JMU5PDBD.js";
|
73
|
+
import {
|
74
|
+
unknownToString
|
75
|
+
} from "./chunk-FENXVJYO.js";
|
76
|
+
import {
|
77
|
+
__export
|
78
|
+
} from "./chunk-NZLE2WMY.js";
|
79
|
+
|
80
|
+
// src/node/images/transform/index.ts
|
81
|
+
var transform_exports = {};
|
82
|
+
__export(transform_exports, {
|
83
|
+
apply: () => apply,
|
84
|
+
isOperation: () => isOperation,
|
85
|
+
transform: () => transform
|
86
|
+
});
|
87
|
+
import sharp from "sharp";
|
88
|
+
var operationSchema = z.union([
|
89
|
+
// areaComposeSchema,
|
90
|
+
blurSchema,
|
91
|
+
brightenSchema,
|
92
|
+
composeSchema,
|
93
|
+
extendSchema,
|
94
|
+
extractSchema,
|
95
|
+
flattenSchema,
|
96
|
+
flipSchema,
|
97
|
+
flopSchema,
|
98
|
+
frameSchema,
|
99
|
+
hueRotateSchema,
|
100
|
+
lightenSchema,
|
101
|
+
lineateLevelsSchema,
|
102
|
+
modulateSchema,
|
103
|
+
normalizeSchema,
|
104
|
+
resizeSchema,
|
105
|
+
rotateSchema,
|
106
|
+
saturateSchema,
|
107
|
+
scaleSchema
|
108
|
+
]);
|
109
|
+
function isOperation(operation) {
|
110
|
+
try {
|
111
|
+
return Outcome.makeSuccess(operationSchema.parse(operation));
|
112
|
+
} catch (err) {
|
113
|
+
return Outcome.makeFailure(unknownToString(err));
|
114
|
+
}
|
115
|
+
}
|
116
|
+
async function transform(imageBuffer, operations, checkValidOperations) {
|
117
|
+
let sharpInstance = sharp(imageBuffer);
|
118
|
+
const needsValidation = checkValidOperations ?? false;
|
119
|
+
for (const operation of operations) {
|
120
|
+
const _isOperation = isOperation(operation);
|
121
|
+
if (!needsValidation || _isOperation.success) {
|
122
|
+
console.log("Images:Transform:Operation:Start", operation.name);
|
123
|
+
sharpInstance = await apply(sharpInstance, operation);
|
124
|
+
console.log("Images:Transform:Operation:Done", operation.name);
|
125
|
+
}
|
126
|
+
}
|
127
|
+
return sharpInstance.toBuffer();
|
128
|
+
}
|
129
|
+
async function apply(sharpInstance, operation) {
|
130
|
+
switch (operation.name) {
|
131
|
+
case OperationNames.Blur:
|
132
|
+
return sharpInstance.blur(operation.params.sigma);
|
133
|
+
case OperationNames.Brighten:
|
134
|
+
return sharpInstance.blur(operation.params);
|
135
|
+
case OperationNames.Compose:
|
136
|
+
return compose(sharpInstance, operation.params);
|
137
|
+
case OperationNames.Extend:
|
138
|
+
return sharpInstance.extend(operation.params);
|
139
|
+
case OperationNames.Extract:
|
140
|
+
return sharpInstance.extract(operation.params);
|
141
|
+
case OperationNames.Flip:
|
142
|
+
return sharpInstance.flip(operation.params.flip);
|
143
|
+
case OperationNames.Flop:
|
144
|
+
return sharpInstance.flop(operation.params.flop);
|
145
|
+
case OperationNames.Frame:
|
146
|
+
return frame(sharpInstance, operation.params);
|
147
|
+
case OperationNames.Flatten:
|
148
|
+
return sharpInstance.flatten(operation.params);
|
149
|
+
case OperationNames.HueRotate:
|
150
|
+
return sharpInstance.modulate({ hue: operation.params });
|
151
|
+
case OperationNames.Lighten:
|
152
|
+
return sharpInstance.modulate({ lightness: operation.params });
|
153
|
+
case OperationNames.LineateLevels:
|
154
|
+
return sharpInstance.linear(operation.params.multiplier, operation.params.offset);
|
155
|
+
case OperationNames.Modulate:
|
156
|
+
return sharpInstance.modulate(operation.params);
|
157
|
+
case OperationNames.Normalize:
|
158
|
+
return sharpInstance.normalize(operation.params);
|
159
|
+
case OperationNames.Resize:
|
160
|
+
return sharpInstance.resize(operation.params);
|
161
|
+
case OperationNames.Rotate:
|
162
|
+
return sharpInstance.rotate(operation.params.angle);
|
163
|
+
case OperationNames.Saturate:
|
164
|
+
return sharpInstance.modulate({ saturation: operation.params });
|
165
|
+
case OperationNames.Scale:
|
166
|
+
return scale(sharpInstance, operation.params);
|
167
|
+
default:
|
168
|
+
return sharpInstance;
|
169
|
+
}
|
170
|
+
}
|
171
|
+
|
172
|
+
export {
|
173
|
+
isOperation,
|
174
|
+
transform,
|
175
|
+
apply,
|
176
|
+
transform_exports
|
177
|
+
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
// src/node/images/transform/operations/_utils/frame/extract-colors-from-image/index.ts
|
2
|
+
import quantize from "quantize";
|
3
|
+
function getPixel(buffer, x, y, width, nbChannels) {
|
4
|
+
const index = nbChannels * (width * y + x);
|
5
|
+
const r = buffer[index] || 0;
|
6
|
+
const g = buffer[index + 1] || 0;
|
7
|
+
const b = buffer[index + 2] || 0;
|
8
|
+
return [r, g, b];
|
9
|
+
}
|
10
|
+
function getPixels(buffer, widthPx, heightPx, nbChannels = 3) {
|
11
|
+
const pixels = [];
|
12
|
+
for (let i = 0; i < widthPx; i++) {
|
13
|
+
for (let j = 0; j < heightPx; j++) {
|
14
|
+
const pixel = getPixel(buffer, i, j, widthPx, nbChannels);
|
15
|
+
pixels.push(pixel);
|
16
|
+
}
|
17
|
+
}
|
18
|
+
return pixels;
|
19
|
+
}
|
20
|
+
function extractColorsFromImage(image, nbColors) {
|
21
|
+
const pixels = getPixels(
|
22
|
+
image.buffer,
|
23
|
+
image.dimensions.widthPx,
|
24
|
+
image.dimensions.heightPx,
|
25
|
+
image.nbChannels
|
26
|
+
);
|
27
|
+
nbColors = Math.max(1, nbColors < 5 ? nbColors - 1 : nbColors);
|
28
|
+
const colorMap = quantize(pixels, nbColors);
|
29
|
+
return colorMap ? colorMap.palette() : [];
|
30
|
+
}
|
31
|
+
|
32
|
+
export {
|
33
|
+
getPixel,
|
34
|
+
getPixels,
|
35
|
+
extractColorsFromImage
|
36
|
+
};
|