Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Optimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.

License

Notifications You must be signed in to change notification settings

chrisdwheatley/netlify-plugin-image-optim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netlify-plugin-image-optim

Optimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.

Install

You can install this plugin in the Netlify UI from this direct in-app installation link or from the Plugins directory.

To use file-based installation, add the following lines to your netlify.toml file:

[[plugins]]
package = "netlify-plugin-image-optim"

Note: The [[plugins]] line is required for each plugin, even if you have other plugins in your netlify.toml file already.

To complete file-based installation, from your project's base directory, use npm, yarn, or any other Node.js package manager to add this plugin to devDependencies in package.json.

npm install -D netlify-plugin-image-optim

About

Optimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published