2.3.0 • Published 5 months ago

svgo-extra v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

svgo-extra

A collection of SVGO Plug-ins.

Features

  • Make SVG's color easy to change.
  • Make SVG's size responsive.
  • Create a suitable configuration for SVGO.

Installation

# pnmp
$ pnpm add svgo-extra

# yarn
$ yarn add svgo-extra

# npm
$ npm i svgo-extra

APIs

moveChildAttrToSVGElement

Create an SVGO plug-in that can move the attribute of the child node you specify to the svg node.

responsiveSVGSize

Create a SVGO plug-in that can make svg size responsive.

createSvgoConfig

Create a suitable configuration for SVGO, use preset-default config by default.

2.3.0

5 months ago

2.2.1

5 months ago

2.2.0

5 months ago

2.1.1

5 months ago

2.1.0

1 year ago

2.0.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago