1.0.17 โ€ข Published 10 months ago

@scripts-utils/image-converter v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@scripts-utils/image-converter

๐Ÿ” Usage (scripts options)

  • --directory : PNG ์ด๋ฏธ์ง€๊ฐ€ ์žˆ๋Š” ๋””๋ ‰ํ† ๋ฆฌ ๊ฒฝ๋กœ (default: './')
  • --formatFrom : ๋ณ€ํ™˜ํ•˜๋ ค๊ณ  ํ•˜๋Š” ์ด๋ฏธ์ง€ ํฌ๋งท / ๋ฏธ์ง€์ •์‹œ ๋ชจ๋“  ".png", ".jpg", ".jpeg", ".webp", ".avif", "gif", "bmp" ์ด๋ฏธ์ง€ ๋ณ€ํ™˜
  • --formatTo : ๋ณ€ํ™˜ํ•˜๋ ค๊ณ  ํ•˜๋Š” ์ด๋ฏธ์ง€ ํฌ๋งท (default: 'webp')
  • --quality : ๋ณ€ํ™˜ํ•˜๋ ค๊ณ  ํ•˜๋Š” ์ด๋ฏธ์ง€์˜ Quality (default: 90)
  • --include : ์ด๋ฏธ์ง€ ํŒŒ์ผ๋ช…์— ํ•ด๋‹น ๋‹จ์–ด๊ฐ€ ํฌํ•จ๋˜๋Š” ๊ฒฝ์šฐ์—๋งŒ ํฌ๋งท ๋ณ€ํ™˜
  • --exclude : ์ด๋ฏธ์ง€ ํŒŒ์ผ๋ช…์— ํ•ด๋‹น ๋‹จ์–ด๊ฐ€ ํฌํ•จ๋˜์ง€ ์•Š๋Š” ๊ฒฝ์šฐ์—๋งŒ ํฌ๋งท ๋ณ€ํ™˜
  • --replace : ๋ณ€ํ™˜ํ•˜๋ ค๊ณ  ํ•˜๋Š” ์ด๋ฏธ์ง€ ํŒŒ์ผ ์‚ญ์ œ ์—ฌ๋ถ€
  • example
    "scripts": {
      "convert-image": "image-converter --directory .next/static/media --include _webp --exclude animation --formatFrom png --formatTo webp --replace"
    },

๐Ÿ” process

  • argv : Node.js์˜ process.argv, command line arguments๋ฅผ ๋ฐ˜ํ™˜
  • cwd : Node.js์˜ process.cwd(), ํ˜„์žฌ ์ž‘์—… ๋””๋ ‰ํ† ๋ฆฌ ๊ฒฝ๋กœ๋ฅผ ๋ฐ˜ํ™˜

๐Ÿ” sharp

  • sharp : Node.js์˜ ์ด๋ฏธ์ง€ ํ”„๋กœ์„ธ์‹ฑ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ
  • sharp ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ node ๋ฒ„์ „ ์ œํ•œ
    "engines": {
      "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
    }
1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago