@design-edito/tools 0.1.52 → 0.1.54
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 -0
- package/agnostic/arrays/index.js +10 -9
- package/agnostic/arrays/is-array-of/index.js +1 -0
- package/agnostic/arrays/make/index.js +1 -0
- package/agnostic/arrays/random-pick/index.js +7 -6
- package/agnostic/arrays/shuffle/index.js +1 -0
- package/agnostic/booleans/index.js +1 -0
- package/agnostic/booleans/is-falsy/index.js +1 -0
- package/agnostic/css/bem/index.js +3 -2
- package/agnostic/css/generate-nice-color/index.js +1 -0
- package/agnostic/css/index.js +16 -15
- package/agnostic/css/is-valid-css-class-name/index.js +1 -0
- package/agnostic/css/styles-set/index.js +9 -8
- package/agnostic/errors/index.js +3 -2
- package/agnostic/errors/register/index.js +1 -0
- package/agnostic/errors/unknown-to-string/index.js +1 -0
- package/agnostic/html/get-node-ancestors/index.js +1 -0
- package/agnostic/html/get-position-inside-parent/index.js +1 -0
- package/agnostic/html/hyper-json/cast/index.js +7 -6
- package/agnostic/html/hyper-json/index.js +8 -7
- package/agnostic/html/hyper-json/method/index.js +1 -0
- package/agnostic/html/hyper-json/serialize/index.js +1 -0
- package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/index.js +1 -0
- package/agnostic/html/hyper-json/smart-tags/isolated/any/index.js +1 -0
- package/agnostic/html/hyper-json/smart-tags/isolated/array/index.js +1 -0
- package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/null/index.js +1 -0
- package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +7 -6
- package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +7 -6
- package/agnostic/html/hyper-json/transformer/index.js +1 -0
- package/agnostic/html/hyper-json/tree/index.js +7 -6
- package/agnostic/html/hyper-json/types/index.js +1 -0
- package/agnostic/html/hyper-json/utils/index.js +7 -6
- package/agnostic/html/index.js +24 -23
- package/agnostic/html/insert-node/index.js +1 -0
- package/agnostic/html/placeholders/index.js +1 -0
- package/agnostic/html/replace-in-element/index.js +1 -0
- package/agnostic/html/sanitize/index.js +7 -6
- package/agnostic/html/selector-to-element/index.js +7 -6
- package/agnostic/html/string-to-nodes/index.js +8 -7
- package/agnostic/misc/assert/index.js +4 -3
- package/agnostic/misc/cast/index.js +1 -0
- package/agnostic/misc/crawler/index.js +1 -0
- package/agnostic/misc/crossenv/detect-runtime/index.js +1 -0
- package/agnostic/misc/crossenv/index.js +3 -2
- package/agnostic/misc/crossenv/types/index.js +1 -0
- package/agnostic/misc/crossenv/window/index.js +1 -0
- package/agnostic/misc/data-size/index.js +1 -0
- package/agnostic/misc/elo/index.js +2 -0
- package/agnostic/misc/get-current-downlink/index.js +1 -0
- package/agnostic/misc/index.js +18 -17
- package/agnostic/misc/is-constructor-function/index.js +1 -0
- package/agnostic/misc/is-nullish/index.js +1 -0
- package/agnostic/misc/logs/index.js +1 -0
- package/agnostic/misc/logs/logger/index.js +1 -0
- package/agnostic/misc/logs/make-text-block/index.js +1 -0
- package/agnostic/misc/logs/styles/index.js +1 -0
- package/agnostic/misc/lorem-ipsum/index.js +13 -12
- package/agnostic/misc/outcome/index.js +1 -0
- package/agnostic/numbers/absolute-modulo/index.js +1 -0
- package/agnostic/numbers/clamp/index.js +1 -0
- package/agnostic/numbers/index.js +4 -3
- package/agnostic/numbers/interpolate/index.js +1 -0
- package/agnostic/numbers/responsive-harmonics/index.js +1 -0
- package/agnostic/numbers/round/index.js +1 -0
- package/agnostic/objects/deep-get-property/index.js +1 -0
- package/agnostic/objects/enums/index.js +1 -0
- package/agnostic/objects/enums/is-in-enum/index.js +1 -0
- package/agnostic/objects/flatten-getters/index.js +1 -0
- package/agnostic/objects/index.js +14 -13
- package/agnostic/objects/is-object/index.js +1 -0
- package/agnostic/objects/is-record/index.js +1 -0
- package/agnostic/objects/record-format/index.js +1 -0
- package/agnostic/objects/record-map/index.js +1 -0
- package/agnostic/objects/validation/index.js +1 -0
- package/agnostic/optim/index.js +1 -0
- package/agnostic/optim/memoize/index.js +1 -0
- package/agnostic/optim/throttle-debounce/index.js +1 -0
- package/agnostic/random/hex-char/index.js +1 -0
- package/agnostic/random/index.js +3 -2
- package/agnostic/random/random/index.js +1 -0
- package/agnostic/random/uuid/index.js +1 -0
- package/agnostic/regexps/index.js +2 -0
- package/agnostic/strings/char-codes/index.js +1 -0
- package/agnostic/strings/index.js +9 -8
- package/agnostic/strings/matches/index.js +1 -0
- package/agnostic/strings/normalize-indent/index.js +1 -0
- package/agnostic/strings/replace-all/index.js +1 -0
- package/agnostic/strings/to-alphanum/index.js +1 -0
- package/agnostic/strings/trim/index.js +1 -0
- package/agnostic/time/dates/format-date/index.js +1 -0
- package/agnostic/time/dates/index.js +1 -0
- package/agnostic/time/duration/index.js +1 -0
- package/agnostic/time/index.js +4 -3
- package/agnostic/time/timeout/index.js +1 -0
- package/agnostic/time/transitions/index.js +1 -0
- package/agnostic/time/wait/index.js +1 -0
- package/chunks/chunk-2KCKWG7R.js +104 -0
- package/chunks/chunk-35W7XRC3.js +173 -0
- package/chunks/chunk-365LSZZ7.js +37 -0
- package/chunks/chunk-3GTGE66Y.js +32 -0
- package/chunks/chunk-422KBDRV.js +203 -0
- package/chunks/chunk-4FOK7DUZ.js +35 -0
- package/chunks/chunk-4LCL2RIC.js +209 -0
- package/chunks/chunk-4OH2EX3D.js +191 -0
- package/chunks/chunk-4WOAFIVN.js +31 -0
- package/chunks/chunk-4WOYAD35.js +31 -0
- package/chunks/chunk-53MBV4TG.js +6212 -0
- package/chunks/chunk-57YCNOX7.js +15 -0
- package/chunks/chunk-5JMTDJWX.js +37 -0
- package/chunks/chunk-5QVKJGTN.js +95 -0
- package/chunks/chunk-5RGHYFQH.js +70 -0
- package/chunks/chunk-5VHFXWFM.js +31 -0
- package/chunks/chunk-6DA4S65P.js +37 -0
- package/chunks/chunk-6GZXU2Z3.js +191 -0
- package/chunks/chunk-7DDXALPH.js +49 -0
- package/chunks/chunk-7QIYI4CK.js +209 -0
- package/chunks/chunk-7YSTZ7GY.js +31 -0
- package/chunks/chunk-A4FSJC46.js +58 -0
- package/chunks/chunk-AF2MI5O5.js +29 -0
- package/chunks/chunk-ARDAQZRR.js +239 -0
- package/chunks/chunk-BLAAWANI.js +191 -0
- package/chunks/chunk-BNNAZPI2.js +191 -0
- package/chunks/chunk-BONBND7I.js +239 -0
- package/chunks/chunk-BV67SWXG.js +20 -0
- package/chunks/chunk-CIJQHLIW.js +31 -0
- package/chunks/chunk-DHMARF6D.js +62 -0
- package/chunks/chunk-DHWHB53F.js +191 -0
- package/chunks/chunk-DMR2WE3C.js +62 -0
- package/chunks/chunk-DPBYDWV3.js +2369 -0
- package/chunks/chunk-ECKOTCS4.js +2369 -0
- package/chunks/chunk-EEIJDUNV.js +209 -0
- package/chunks/chunk-EIU72AEZ.js +31 -0
- package/chunks/chunk-EM37BFXO.js +35 -0
- package/chunks/chunk-ERAFJXWH.js +20 -0
- package/chunks/chunk-F5GXXF3A.js +31 -0
- package/chunks/chunk-FEFY3V6P.js +31 -0
- package/chunks/chunk-FG53JEP2.js +31 -0
- package/chunks/chunk-FJTOFK3C.js +203 -0
- package/chunks/chunk-FTIDPZZ5.js +209 -0
- package/chunks/chunk-G66DWXF3.js +31 -0
- package/chunks/chunk-GARJTJ6V.js +6 -0
- package/chunks/chunk-GL54CDM2.js +20 -0
- package/chunks/chunk-GNZY3ZTH.js +14 -0
- package/chunks/chunk-GP44TBRI.js +39 -0
- package/chunks/chunk-GWXVHCAB.js +31 -0
- package/chunks/chunk-HTNLTDQT.js +28 -0
- package/chunks/chunk-I2ILSLBK.js +32 -0
- package/chunks/chunk-I66DPQN2.js +31 -0
- package/chunks/chunk-IGHRNHVK.js +16 -0
- package/chunks/chunk-IOWZMFCU.js +28 -0
- package/chunks/chunk-IPON4W2H.js +31 -0
- package/chunks/chunk-IUFAHY2R.js +38 -0
- package/chunks/chunk-JBDWHJ4Q.js +31 -0
- package/chunks/chunk-JBSS64SA.js +6 -0
- package/chunks/chunk-JJWKHBXD.js +68 -0
- package/chunks/chunk-JRXTMXKV.js +15967 -0
- package/chunks/chunk-KEYRP27F.js +191 -0
- package/chunks/chunk-KYMCGWPM.js +31 -0
- package/chunks/chunk-L5JWJRZ7.js +484 -0
- package/chunks/chunk-L7EUEQZP.js +0 -0
- package/chunks/chunk-LAA2DQDK.js +31 -0
- package/chunks/chunk-LATEK24U.js +31 -0
- package/chunks/chunk-LDLSU4OG.js +191 -0
- package/chunks/chunk-LWWXPVXY.js +25173 -0
- package/chunks/chunk-MMPJODO2.js +31 -0
- package/chunks/chunk-MOA6JFUQ.js +2369 -0
- package/chunks/chunk-MUYZV5F3.js +2369 -0
- package/chunks/chunk-MY4VMHSH.js +191 -0
- package/chunks/chunk-MZ2RAM5Y.js +62 -0
- package/chunks/chunk-N4BZJOGW.js +56 -0
- package/chunks/chunk-N4LMP4UM.js +31 -0
- package/chunks/chunk-NGYJGQT3.js +25002 -0
- package/chunks/chunk-NIOOIUSD.js +104 -0
- package/chunks/chunk-NLHFSJYR.js +15 -0
- package/chunks/chunk-NQ5ESZNO.js +191 -0
- package/chunks/chunk-O6NULFZI.js +37 -0
- package/chunks/chunk-OVMNSJOW.js +6 -0
- package/chunks/chunk-PPK2JEO6.js +28 -0
- package/chunks/chunk-PVHLWKA6.js +31 -0
- package/chunks/chunk-Q7HA7IAA.js +20 -0
- package/chunks/chunk-QMWX2A56.js +56 -0
- package/chunks/chunk-QPBY235R.js +239 -0
- package/chunks/chunk-QTTNO4T6.js +37 -0
- package/chunks/chunk-QVIRBFMQ.js +31 -0
- package/chunks/chunk-REBANVPP.js +104 -0
- package/chunks/chunk-ROJZUEYL.js +37 -0
- package/chunks/chunk-RSMUYH5H.js +31 -0
- package/chunks/chunk-RVVJ4QD4.js +173 -0
- package/chunks/chunk-SPMF4X5X.js +31 -0
- package/chunks/chunk-TSQVG7GA.js +31 -0
- package/chunks/chunk-TXOUGP37.js +62 -0
- package/chunks/chunk-UG36UPJK.js +31 -0
- package/chunks/chunk-UVSTFYSD.js +28 -0
- package/chunks/chunk-UXM54YBI.js +68 -0
- package/chunks/chunk-VHFMQI7Z.js +20 -0
- package/chunks/chunk-VP3Y6EMX.js +190 -0
- package/chunks/chunk-VQEP2EQF.js +100 -0
- package/chunks/chunk-VV72XGJJ.js +58 -0
- package/chunks/chunk-VXSOUAUT.js +100 -0
- package/chunks/chunk-W6BFU7Y5.js +56 -0
- package/chunks/chunk-WLHJM76F.js +2369 -0
- package/chunks/chunk-WNLP6R5Y.js +191 -0
- package/chunks/chunk-WOGRENMM.js +31 -0
- package/chunks/chunk-WQKFVIUF.js +37 -0
- package/chunks/chunk-WSFCRVEQ.js +9 -0
- package/chunks/chunk-WTPUSGMJ.js +104 -0
- package/chunks/chunk-X5FAZBWL.js +130 -0
- package/chunks/chunk-XCBH6NLF.js +42 -0
- package/chunks/chunk-XETVQW6S.js +56 -0
- package/chunks/chunk-XT6XKGKK.js +20 -0
- package/chunks/chunk-YDNQHZRS.js +31 -0
- package/chunks/chunk-YHT73ULP.js +2369 -0
- package/chunks/chunk-YMRAUWRW.js +20 -0
- package/chunks/chunk-YRSNU7IX.js +49 -0
- package/chunks/chunk-YVSS4IT2.js +37 -0
- package/chunks/chunk-YZDZQ7AZ.js +37 -0
- package/chunks/chunk-Z4SQDCFG.js +37 -0
- package/chunks/chunk-ZNA7SWFK.js +29 -0
- package/chunks/chunk-ZS5OHINP.js +31 -0
- package/components/Comp/index.js +2 -0
- package/node/@design-edito/index.d.ts +2 -0
- package/node/@design-edito/index.js +12 -0
- package/node/@design-edito/thumbnails/colors/index.d.ts +35 -0
- package/node/@design-edito/thumbnails/colors/index.js +29 -0
- package/node/@design-edito/thumbnails/common/index.d.ts +5 -0
- package/node/@design-edito/thumbnails/common/index.js +15 -0
- package/node/@design-edito/thumbnails/easings/index.d.ts +8 -0
- package/node/@design-edito/thumbnails/easings/index.js +21 -0
- package/node/@design-edito/thumbnails/index.d.ts +5 -0
- package/node/@design-edito/thumbnails/index.js +20 -0
- package/node/@design-edito/thumbnails/layout/index.d.ts +63 -0
- package/node/@design-edito/thumbnails/layout/index.js +31 -0
- package/node/@express/@multer/index.d.ts +22 -0
- package/node/@express/@multer/index.js +8 -0
- package/node/@express/index.d.ts +2 -0
- package/node/@express/index.js +8 -0
- package/node/@google-cloud/index.d.ts +2 -0
- package/node/@google-cloud/index.js +24 -0
- package/node/@google-cloud/storage/bucket/get-metadata/index.d.ts +18 -0
- package/node/@google-cloud/storage/bucket/get-metadata/index.js +9 -0
- package/node/@google-cloud/storage/bucket/index.d.ts +3 -0
- package/node/@google-cloud/storage/bucket/index.js +14 -0
- package/node/@google-cloud/storage/bucket/list/index.d.ts +17 -0
- package/node/@google-cloud/storage/bucket/list/index.js +9 -0
- package/node/@google-cloud/storage/file/copy/index.d.ts +21 -0
- package/node/@google-cloud/storage/file/copy/index.js +9 -0
- package/node/@google-cloud/storage/file/download/index.d.ts +20 -0
- package/node/@google-cloud/storage/file/download/index.js +9 -0
- package/node/@google-cloud/storage/file/erase/index.d.ts +20 -0
- package/node/@google-cloud/storage/file/erase/index.js +9 -0
- package/node/@google-cloud/storage/file/exists/index.d.ts +19 -0
- package/node/@google-cloud/storage/file/exists/index.js +9 -0
- package/node/@google-cloud/storage/file/generate-signed-url/index.d.ts +23 -0
- package/node/@google-cloud/storage/file/generate-signed-url/index.js +9 -0
- package/node/@google-cloud/storage/file/get-metadata/index.d.ts +22 -0
- package/node/@google-cloud/storage/file/get-metadata/index.js +9 -0
- package/node/@google-cloud/storage/file/get-permissions/index.d.ts +19 -0
- package/node/@google-cloud/storage/file/get-permissions/index.js +9 -0
- package/node/@google-cloud/storage/file/index.d.ts +12 -0
- package/node/@google-cloud/storage/file/index.js +50 -0
- package/node/@google-cloud/storage/file/move/index.d.ts +24 -0
- package/node/@google-cloud/storage/file/move/index.js +9 -0
- package/node/@google-cloud/storage/file/revoke-signed-urls/index.d.ts +26 -0
- package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +12 -0
- package/node/@google-cloud/storage/file/update-metadata/index.d.ts +24 -0
- package/node/@google-cloud/storage/file/update-metadata/index.js +9 -0
- package/node/@google-cloud/storage/file/upload/index.d.ts +21 -0
- package/node/@google-cloud/storage/file/upload/index.js +9 -0
- package/node/@google-cloud/storage/index.d.ts +3 -0
- package/node/@google-cloud/storage/index.js +27 -0
- package/node/encryption/buffer/index.d.ts +55 -0
- package/node/encryption/buffer/index.js +16 -0
- package/node/encryption/generate-key/index.d.ts +16 -0
- package/node/encryption/generate-key/index.js +7 -0
- package/node/encryption/index.d.ts +5 -0
- package/node/encryption/index.js +29 -0
- package/node/encryption/uint8-array/index.d.ts +57 -0
- package/node/encryption/uint8-array/index.js +15 -0
- package/node/files/index.d.ts +4 -6
- package/node/files/index.js +11 -11
- package/node/files/is-in-directory/index.js +1 -0
- package/node/files/read-write/index.d.ts +1 -1
- package/node/files/read-write/index.js +1 -0
- package/node/files/subpaths/index.js +1 -0
- package/node/images/exports/index.d.ts +15 -0
- package/node/images/exports/index.js +9 -0
- package/node/images/index.d.ts +4 -0
- package/node/images/index.js +22 -0
- package/node/images/prepare/index.d.ts +17 -0
- package/node/images/prepare/index.js +20 -0
- package/node/images/transform/area-composition/index.d.ts +60 -0
- package/node/images/transform/area-composition/index.js +15 -0
- package/node/images/transform/index.d.ts +30 -0
- package/node/images/transform/index.js +16 -0
- package/node/index.d.ts +8 -6
- package/node/process/index.d.ts +5 -7
- package/node/process/index.js +11 -9
- package/node/process/on-exit/index.js +1 -0
- package/package.json +13 -2
@@ -0,0 +1,57 @@
|
|
1
|
+
import { Readable } from 'node:stream';
|
2
|
+
import { Outcome } from '~/agnostic/misc/outcome';
|
3
|
+
export type EncryptDecryptOptions = {
|
4
|
+
ivLength?: number;
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Encrypts a `Uint8Array` using the specified algorithm and encryption key.
|
8
|
+
*
|
9
|
+
* @param {Uint8Array} fileArray - The input data to encrypt.
|
10
|
+
* @param {string} encryptionKey - The encryption key to use.
|
11
|
+
* @param {string} [algorithm='aes-256-gcm'] - The encryption algorithm to use. Defaults to 'aes-256-gcm'.
|
12
|
+
* @param {EncryptDecryptOptions} [options] - Optional options.
|
13
|
+
* @param {number} [options.ivLength=16] - The length of the initialization vector (IV). Defaults to 16 bytes.
|
14
|
+
*
|
15
|
+
* @returns {Outcome.Either<Uint8Array, string>} The result of the encryption. Success returns the encrypted data as a `Uint8Array` (with IV prepended), or failure returns an error message.
|
16
|
+
*/
|
17
|
+
export declare function encryptUint8Array(fileArray: Uint8Array, encryptionKey: string, algorithm?: string, options?: EncryptDecryptOptions): Outcome.Either<Uint8Array, string>;
|
18
|
+
/**
|
19
|
+
* Decrypts an encrypted `Uint8Array` using the specified algorithm and encryption key.
|
20
|
+
*
|
21
|
+
* @param {Uint8Array} encryptedFile - The encrypted data to decrypt.
|
22
|
+
* @param {string} encryptionKey - The encryption key to use.
|
23
|
+
* @param {string} [algorithm='aes-256-gcm'] - The encryption algorithm to use. Defaults to 'aes-256-gcm'.
|
24
|
+
* @param {EncryptDecryptOptions} [options] - Optional options.
|
25
|
+
* @param {number} [options.ivLength=16] - The length of the initialization vector (IV). Defaults to 16 bytes.
|
26
|
+
*
|
27
|
+
* @returns {Outcome.Either<Uint8Array, string>} The result of the decryption. Success returns the decrypted data as a `Uint8Array`, or failure returns an error message.
|
28
|
+
*/
|
29
|
+
export declare function decryptUint8Array(encryptedFile: Uint8Array, encryptionKey: string, algorithm?: string, options?: EncryptDecryptOptions): Outcome.Either<Uint8Array, string>;
|
30
|
+
/**
|
31
|
+
* Encrypts a `Uint8Array` using streams and returns a `Readable` stream containing the encrypted data.
|
32
|
+
* The `Readable` stream will emit encrypted data in chunks.
|
33
|
+
*
|
34
|
+
* @param {Uint8Array} fileArray - The input data to be encrypted.
|
35
|
+
* @param {string} encryptionKey - The encryption key to use for encryption.
|
36
|
+
* @param {string} [algorithm='aes-256-gcm'] - The encryption algorithm to use (default: 'aes-256-gcm').
|
37
|
+
* @param {EncryptDecryptOptions} [options] - Optional parameters for encryption, such as `ivLength`.
|
38
|
+
* @param {number} [options.ivLength=16] - The length of the initialization vector (IV) to use (default: 16).
|
39
|
+
*
|
40
|
+
* @returns {Outcome.Either<Readable, string>} - An `Outcome` containing either the `Readable` stream on success,
|
41
|
+
* or an error message on failure.
|
42
|
+
*/
|
43
|
+
export declare function encryptUint8ArrayWithStream(fileArray: Uint8Array, encryptionKey: string, algorithm?: string, options?: EncryptDecryptOptions): Outcome.Either<Readable, string>;
|
44
|
+
/**
|
45
|
+
* Decrypts an encrypted `Uint8Array` using streams and returns a `Readable` stream containing the decrypted data.
|
46
|
+
* The `Readable` stream will emit decrypted data in chunks.
|
47
|
+
*
|
48
|
+
* @param {Uint8Array} encryptedFile - The encrypted data to be decrypted.
|
49
|
+
* @param {string} encryptionKey - The encryption key to use for decryption.
|
50
|
+
* @param {string} [algorithm='aes-256-gcm'] - The decryption algorithm to use (default: 'aes-256-gcm').
|
51
|
+
* @param {EncryptDecryptOptions} [options] - Optional parameters for decryption, such as `ivLength`.
|
52
|
+
* @param {number} [options.ivLength=16] - The length of the initialization vector (IV) to use (default: 16).
|
53
|
+
*
|
54
|
+
* @returns {Outcome.Either<Readable, string>} - An `Outcome` containing either the `Readable` stream on success,
|
55
|
+
* or an error message on failure.
|
56
|
+
*/
|
57
|
+
export declare function decryptUint8ArrayWithStream(encryptedFile: Uint8Array, encryptionKey: string, algorithm?: string, options?: EncryptDecryptOptions): Outcome.Either<Readable, string>;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import {
|
2
|
+
decryptUint8Array,
|
3
|
+
decryptUint8ArrayWithStream,
|
4
|
+
encryptUint8Array,
|
5
|
+
encryptUint8ArrayWithStream
|
6
|
+
} from "../../../chunks/chunk-5QVKJGTN.js";
|
7
|
+
import "../../../chunks/chunk-JMU5PDBD.js";
|
8
|
+
import "../../../chunks/chunk-FENXVJYO.js";
|
9
|
+
import "../../../chunks/chunk-WSFCRVEQ.js";
|
10
|
+
export {
|
11
|
+
decryptUint8Array,
|
12
|
+
decryptUint8ArrayWithStream,
|
13
|
+
encryptUint8Array,
|
14
|
+
encryptUint8ArrayWithStream
|
15
|
+
};
|
package/node/files/index.d.ts
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
import { isInDirectory as isInDirectoryFunc } from './is-in-directory';
|
2
2
|
import { ReadWriteEditorFunc as ReadWriteEditorFuncType, readWrite as readWriteFunc } from './read-write';
|
3
3
|
import { Subpaths as SubpathsNamespace } from './subpaths';
|
4
|
-
export declare
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
export import Subpaths = SubpathsNamespace;
|
9
|
-
}
|
4
|
+
export declare const isInDirectory: typeof isInDirectoryFunc;
|
5
|
+
export type ReadWriteEditorFunc = ReadWriteEditorFuncType;
|
6
|
+
export declare const readWrite: typeof readWriteFunc;
|
7
|
+
export import Subpaths = SubpathsNamespace;
|
package/node/files/index.js
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
import {
|
2
|
-
|
3
|
-
} from "../../chunks/chunk-
|
2
|
+
isInDirectory
|
3
|
+
} from "../../chunks/chunk-NRITRUZW.js";
|
4
4
|
import {
|
5
5
|
readWrite
|
6
6
|
} from "../../chunks/chunk-7DBNMU6N.js";
|
7
7
|
import {
|
8
|
-
|
9
|
-
} from "../../chunks/chunk-
|
8
|
+
Subpaths
|
9
|
+
} from "../../chunks/chunk-HGCG2J77.js";
|
10
10
|
import "../../chunks/chunk-LQFKUNVQ.js";
|
11
|
+
import "../../chunks/chunk-WSFCRVEQ.js";
|
11
12
|
|
12
13
|
// src/node/files/index.ts
|
13
|
-
var
|
14
|
-
|
15
|
-
|
16
|
-
Files2.readWrite = readWrite;
|
17
|
-
Files2.Subpaths = Subpaths;
|
18
|
-
})(Files || (Files = {}));
|
14
|
+
var isInDirectory2 = isInDirectory;
|
15
|
+
var readWrite2 = readWrite;
|
16
|
+
var Subpaths2 = Subpaths;
|
19
17
|
export {
|
20
|
-
|
18
|
+
Subpaths2 as Subpaths,
|
19
|
+
isInDirectory2 as isInDirectory,
|
20
|
+
readWrite2 as readWrite
|
21
21
|
};
|
@@ -5,5 +5,5 @@ type WriteFileData = Parameters<typeof fs.writeFile>[1];
|
|
5
5
|
type ReadOptions = Parameters<typeof fs.readFile>[1];
|
6
6
|
type WriteOptions = Parameters<typeof fs.writeFile>[2];
|
7
7
|
export type ReadWriteEditorFunc = (curr: ReadFileData) => WriteFileData;
|
8
|
-
export declare function readWrite(path: Path, editor: ReadWriteEditorFunc, ...options: [ReadOptions?, WriteOptions?]): Promise<string | NodeJS.ArrayBufferView<ArrayBufferLike> | Iterable<string | NodeJS.ArrayBufferView<ArrayBufferLike>> | AsyncIterable<string | NodeJS.ArrayBufferView<ArrayBufferLike
|
8
|
+
export declare function readWrite(path: Path, editor: ReadWriteEditorFunc, ...options: [ReadOptions?, WriteOptions?]): Promise<string | import("stream") | NodeJS.ArrayBufferView<ArrayBufferLike> | Iterable<string | NodeJS.ArrayBufferView<ArrayBufferLike>> | AsyncIterable<string | NodeJS.ArrayBufferView<ArrayBufferLike>>>;
|
9
9
|
export {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import sharp from "sharp";
|
2
|
+
export type OutputFormat = 'jpeg' | 'png' | 'webp' | 'avif' | keyof (sharp.FormatEnum);
|
3
|
+
export type OutputOptions = {
|
4
|
+
format: OutputFormat;
|
5
|
+
width: number;
|
6
|
+
height: number;
|
7
|
+
quality: number;
|
8
|
+
};
|
9
|
+
export type ExportZipSource = {
|
10
|
+
buffer: Buffer;
|
11
|
+
name: string;
|
12
|
+
};
|
13
|
+
export type ExportZipSources = ExportZipSource[];
|
14
|
+
export declare function prepareExport(imageBuffer: Buffer, outputOptions: OutputOptions): Promise<Buffer<ArrayBufferLike>>;
|
15
|
+
export declare function exportZipBuffer(zipSources: ExportZipSources, zipDirectoryName?: string): Promise<Buffer<ArrayBufferLike> | undefined>;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import {
|
2
|
+
prepare_exports
|
3
|
+
} from "../../chunks/chunk-VQEP2EQF.js";
|
4
|
+
import {
|
5
|
+
transform_exports
|
6
|
+
} from "../../chunks/chunk-VV72XGJJ.js";
|
7
|
+
import "../../chunks/chunk-422KBDRV.js";
|
8
|
+
import "../../chunks/chunk-L7EUEQZP.js";
|
9
|
+
import "../../chunks/chunk-UVSTFYSD.js";
|
10
|
+
import "../../chunks/chunk-X5FAZBWL.js";
|
11
|
+
import "../../chunks/chunk-BONBND7I.js";
|
12
|
+
import "../../chunks/chunk-7DDXALPH.js";
|
13
|
+
import "../../chunks/chunk-JJWKHBXD.js";
|
14
|
+
import {
|
15
|
+
exports_exports
|
16
|
+
} from "../../chunks/chunk-5RGHYFQH.js";
|
17
|
+
import "../../chunks/chunk-WSFCRVEQ.js";
|
18
|
+
export {
|
19
|
+
exports_exports as Exports,
|
20
|
+
prepare_exports as Prepare,
|
21
|
+
transform_exports as Transform
|
22
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { OutputFormat } from "../exports";
|
2
|
+
import { Operations } from "../transform";
|
3
|
+
export type Quality = number;
|
4
|
+
export type Ratio = [number, number];
|
5
|
+
export type PrepareImageOptions = {
|
6
|
+
name?: string | undefined;
|
7
|
+
inputOperations?: Operations;
|
8
|
+
formats?: OutputFormat[];
|
9
|
+
center?: [number, number];
|
10
|
+
qualities?: Quality[];
|
11
|
+
ratios?: Ratio[];
|
12
|
+
widths?: number[];
|
13
|
+
heights?: number[];
|
14
|
+
};
|
15
|
+
export declare const MAX_NB_OUTPUTS = 50;
|
16
|
+
export declare const OUTPUT_ZIP_FOLDER = "./output-zips";
|
17
|
+
export declare function prepareImage(imageBuffer: Buffer, customOptions?: PrepareImageOptions): Promise<Buffer<ArrayBufferLike> | undefined>;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import {
|
2
|
+
MAX_NB_OUTPUTS,
|
3
|
+
OUTPUT_ZIP_FOLDER,
|
4
|
+
prepareImage
|
5
|
+
} from "../../../chunks/chunk-VQEP2EQF.js";
|
6
|
+
import "../../../chunks/chunk-VV72XGJJ.js";
|
7
|
+
import "../../../chunks/chunk-422KBDRV.js";
|
8
|
+
import "../../../chunks/chunk-L7EUEQZP.js";
|
9
|
+
import "../../../chunks/chunk-UVSTFYSD.js";
|
10
|
+
import "../../../chunks/chunk-X5FAZBWL.js";
|
11
|
+
import "../../../chunks/chunk-BONBND7I.js";
|
12
|
+
import "../../../chunks/chunk-7DDXALPH.js";
|
13
|
+
import "../../../chunks/chunk-JJWKHBXD.js";
|
14
|
+
import "../../../chunks/chunk-5RGHYFQH.js";
|
15
|
+
import "../../../chunks/chunk-WSFCRVEQ.js";
|
16
|
+
export {
|
17
|
+
MAX_NB_OUTPUTS,
|
18
|
+
OUTPUT_ZIP_FOLDER,
|
19
|
+
prepareImage
|
20
|
+
};
|
@@ -0,0 +1,60 @@
|
|
1
|
+
import sharp from "sharp";
|
2
|
+
import { Thumbnails } from "~/node/@design-edito";
|
3
|
+
export type Dimensions = {
|
4
|
+
w: number;
|
5
|
+
h: number;
|
6
|
+
};
|
7
|
+
export type Options = {
|
8
|
+
formats: string[];
|
9
|
+
nbOutputs: number;
|
10
|
+
dimensions: Dimensions;
|
11
|
+
imagePosition: 'top-left' | 'top-center' | 'top-right' | 'left-center' | 'center' | 'right-center' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
12
|
+
imageOccupation: number;
|
13
|
+
palette: ('default' | 'default-lighten' | 'default-saturate' | 'complementary' | 'complementary-lighten' | 'complementary-saturate')[];
|
14
|
+
colors?: (string | {
|
15
|
+
r: number;
|
16
|
+
g: number;
|
17
|
+
b: number;
|
18
|
+
})[];
|
19
|
+
maxPaletteDensity: number;
|
20
|
+
extractPaletteDensity: number;
|
21
|
+
lightenIntensity: number;
|
22
|
+
saturateIntensity: number;
|
23
|
+
colorFilter?: string;
|
24
|
+
colorFilterApply?: 'all' | 'input-only' | 'shapes-only';
|
25
|
+
tileCoverage: number;
|
26
|
+
tileDensityA: {
|
27
|
+
min: number;
|
28
|
+
max: number;
|
29
|
+
};
|
30
|
+
tileDensityB: {
|
31
|
+
min: number;
|
32
|
+
max: number;
|
33
|
+
};
|
34
|
+
tileFormat: 'random' | 'default' | 'portrait' | 'landscape';
|
35
|
+
tileXEasing: string;
|
36
|
+
tileYEasing: string;
|
37
|
+
};
|
38
|
+
export type SharpShape = {
|
39
|
+
width: number;
|
40
|
+
height: number;
|
41
|
+
channels: 3 | 4;
|
42
|
+
background: {
|
43
|
+
r: number;
|
44
|
+
g: number;
|
45
|
+
b: number;
|
46
|
+
alpha: number;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
export type SharpInput = {
|
50
|
+
top: number;
|
51
|
+
left: number;
|
52
|
+
input: sharp.Sharp;
|
53
|
+
};
|
54
|
+
export declare function areaCompose(inputSharp: sharp.Sharp, customOptions?: Partial<Options>): Promise<sharp.Sharp>;
|
55
|
+
export declare function getSharpTilesInputs(tiles: {
|
56
|
+
x: number;
|
57
|
+
y: number;
|
58
|
+
w: number;
|
59
|
+
h: number;
|
60
|
+
}[], palette: Thumbnails.Colors.Palette): Array<SharpInput>;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import {
|
2
|
+
areaCompose,
|
3
|
+
getSharpTilesInputs
|
4
|
+
} from "../../../../chunks/chunk-422KBDRV.js";
|
5
|
+
import "../../../../chunks/chunk-L7EUEQZP.js";
|
6
|
+
import "../../../../chunks/chunk-UVSTFYSD.js";
|
7
|
+
import "../../../../chunks/chunk-X5FAZBWL.js";
|
8
|
+
import "../../../../chunks/chunk-BONBND7I.js";
|
9
|
+
import "../../../../chunks/chunk-7DDXALPH.js";
|
10
|
+
import "../../../../chunks/chunk-JJWKHBXD.js";
|
11
|
+
import "../../../../chunks/chunk-WSFCRVEQ.js";
|
12
|
+
export {
|
13
|
+
areaCompose,
|
14
|
+
getSharpTilesInputs
|
15
|
+
};
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import sharp from "sharp";
|
2
|
+
export type RotateOperationParams = {
|
3
|
+
angle: number;
|
4
|
+
};
|
5
|
+
export type RotateOperation = {
|
6
|
+
name: 'rotate';
|
7
|
+
params: RotateOperationParams;
|
8
|
+
};
|
9
|
+
export type ResizeOperationParams = {
|
10
|
+
width: number;
|
11
|
+
height: number;
|
12
|
+
fit?: keyof sharp.FitEnum;
|
13
|
+
};
|
14
|
+
export type ResizeOperation = {
|
15
|
+
name: 'resize';
|
16
|
+
params: ResizeOperationParams;
|
17
|
+
};
|
18
|
+
export type AreaCompositionOperationParams = Partial<{}>;
|
19
|
+
export type AreaCompositionOperation = {
|
20
|
+
name: 'area-composition';
|
21
|
+
params: AreaCompositionOperationParams;
|
22
|
+
};
|
23
|
+
export type Operation = RotateOperation | ResizeOperation | AreaCompositionOperation;
|
24
|
+
export type Operations = Operation[];
|
25
|
+
export type Dimensions = {
|
26
|
+
width: number;
|
27
|
+
height: number;
|
28
|
+
};
|
29
|
+
export declare function transformImage(imageBuffer: Buffer, operations: Operations, maxDimensions: Dimensions): Promise<Buffer<ArrayBufferLike>>;
|
30
|
+
export declare function isOperation(operation: any): boolean;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import {
|
2
|
+
isOperation,
|
3
|
+
transformImage
|
4
|
+
} from "../../../chunks/chunk-VV72XGJJ.js";
|
5
|
+
import "../../../chunks/chunk-422KBDRV.js";
|
6
|
+
import "../../../chunks/chunk-L7EUEQZP.js";
|
7
|
+
import "../../../chunks/chunk-UVSTFYSD.js";
|
8
|
+
import "../../../chunks/chunk-X5FAZBWL.js";
|
9
|
+
import "../../../chunks/chunk-BONBND7I.js";
|
10
|
+
import "../../../chunks/chunk-7DDXALPH.js";
|
11
|
+
import "../../../chunks/chunk-JJWKHBXD.js";
|
12
|
+
import "../../../chunks/chunk-WSFCRVEQ.js";
|
13
|
+
export {
|
14
|
+
isOperation,
|
15
|
+
transformImage
|
16
|
+
};
|
package/node/index.d.ts
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
import * as DesignEdito from './@design-edito';
|
2
|
+
import * as Express from './@express';
|
3
|
+
import * as GoogleCloud from './@google-cloud';
|
4
|
+
import * as Encryption from './encryption';
|
5
|
+
import * as Files from './files';
|
6
|
+
import * as Images from './images';
|
7
|
+
import * as Process from './process';
|
8
|
+
export { DesignEdito, Express, GoogleCloud, Encryption, Files, Images, Process };
|
package/node/process/index.d.ts
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
import { beforeForcedExit as beforeForcedExitFunc, beforeExit as beforeExitFunc, onExit as onExitFunc, onAllExits as onAllExitsFunc } from './on-exit';
|
2
|
-
export declare
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
const onAllExits: typeof onAllExitsFunc;
|
8
|
-
}
|
2
|
+
export declare const forceExitEvents: string[];
|
3
|
+
export declare const beforeForcedExit: typeof beforeForcedExitFunc;
|
4
|
+
export declare const beforeExit: typeof beforeExitFunc;
|
5
|
+
export declare const onExit: typeof onExitFunc;
|
6
|
+
export declare const onAllExits: typeof onAllExitsFunc;
|
package/node/process/index.js
CHANGED
@@ -5,16 +5,18 @@ import {
|
|
5
5
|
onAllExits,
|
6
6
|
onExit
|
7
7
|
} from "../../chunks/chunk-LEXQ6E6L.js";
|
8
|
+
import "../../chunks/chunk-WSFCRVEQ.js";
|
8
9
|
|
9
10
|
// src/node/process/index.ts
|
10
|
-
var
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
Process2.onExit = onExit;
|
16
|
-
Process2.onAllExits = onAllExits;
|
17
|
-
})(Process || (Process = {}));
|
11
|
+
var forceExitEvents2 = forceExitEvents;
|
12
|
+
var beforeForcedExit2 = beforeForcedExit;
|
13
|
+
var beforeExit2 = beforeExit;
|
14
|
+
var onExit2 = onExit;
|
15
|
+
var onAllExits2 = onAllExits;
|
18
16
|
export {
|
19
|
-
|
17
|
+
beforeExit2 as beforeExit,
|
18
|
+
beforeForcedExit2 as beforeForcedExit,
|
19
|
+
forceExitEvents2 as forceExitEvents,
|
20
|
+
onAllExits2 as onAllExits,
|
21
|
+
onExit2 as onExit
|
20
22
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@design-edito/tools",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.54",
|
4
4
|
"description": "",
|
5
5
|
"author": "Maxime Fabas",
|
6
6
|
"license": "ISC",
|
@@ -12,16 +12,27 @@
|
|
12
12
|
"main": "index.js",
|
13
13
|
"module": "index.js",
|
14
14
|
"peerDependencies": {
|
15
|
+
"@google-cloud/storage": "^7.15.2",
|
16
|
+
"archiver": "^7.0.1",
|
15
17
|
"chalk": "^5.4.1",
|
18
|
+
"express": "^4.21.2",
|
19
|
+
"multer": "^1.4.5-lts.2",
|
20
|
+
"quantize": "^1.0.2",
|
16
21
|
"react": "^19.0.0",
|
17
|
-
"react-dom": "^19.0.0"
|
22
|
+
"react-dom": "^19.0.0",
|
23
|
+
"sharp": "^0.33.5"
|
18
24
|
},
|
19
25
|
"devDependencies": {
|
26
|
+
"@types/archiver": "^6.0.3",
|
27
|
+
"@types/express": "^5.0.1",
|
28
|
+
"@types/multer": "^1.4.12",
|
20
29
|
"@types/node": "^22.13.10",
|
21
30
|
"@types/prompts": "^2.4.9",
|
31
|
+
"@types/quantize": "^1.0.2",
|
22
32
|
"@types/react": "^19.0.11",
|
23
33
|
"@types/react-dom": "^19.0.4",
|
24
34
|
"@types/semver": "^7.5.8",
|
35
|
+
"@types/sharp": "^0.31.1",
|
25
36
|
"chokidar-cli": "^3.0.0",
|
26
37
|
"concurrently": "^9.1.2",
|
27
38
|
"esbuild": "^0.25.1",
|