2.1.0 • Published 29 days ago

generate-icon-webpack-plugin v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

generate-icon-webpack-plugin

A webpack plugin to generate icons of different sizes

Usage

add the plugin:

yarn add generate-icon-webpack-plugin -D

configure the plugin:

new CrxPackWebpackPlugin({
  original: path.resolve(__dirname, "./icon.png"),
  output: "icons",
  size: [128, 64, 48, 32, 16], // 128, It can be an array or a number
  format: "png",
  grayscale: false,
  imgName: "icon",
  log: true
})

Configuration Settings

OptionRequiredTypeDefaultAbout
originalyesstringnoneimages that need to be converted
outputyesstringnonethe directory for the output picture
sizeyesnumber[]/numbernoneimage size, if it is a number, only one image is generated, if it is an array, it is multiple images
formatnostring"png"the format of the output picture
grayscalenobooleanfalsewhether to generate a gray image
imgNamenostring"icon"name of the picture
lognobooleanfalseprint picture information

Acknowledgement

Inspired by plasmo's ability to generate images.

2.1.0

29 days ago

2.0.5

8 months ago

2.0.4

8 months ago

2.0.6

8 months ago

2.0.3

9 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago