All Projects → chrisdwheatley → netlify-plugin-image-optim

chrisdwheatley / netlify-plugin-image-optim

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to netlify-plugin-image-optim

netlify-cache-nextjs
Cache the Next.js build folder in your Netlify builds
Stars: ✭ 60 (-4.76%)
Mutual labels:  netlify, netlify-plugin
netlify-plugin-cache
⚡ Generic plugin for caching any files and/or folders between Netlify builds
Stars: ✭ 19 (-69.84%)
Mutual labels:  netlify, netlify-plugin
lambdog-server
Write Netlify functions without pulling your hair out.
Stars: ✭ 15 (-76.19%)
Mutual labels:  netlify
react-production-deployment
Deploy your React app to production on Netlify, Vercel and Heroku
Stars: ✭ 51 (-19.05%)
Mutual labels:  netlify
nuxt-netlify-cms-starter
NuxtJS + Netlify CMS blog starter project
Stars: ✭ 35 (-44.44%)
Mutual labels:  netlify
gatsby-minimal-portfolio
👔 JAMstack (Gatsby JS) content-focused portfolio blog starter. Features include dark-mode, installable PWA, SEO, code highlighting, form, CI/CD.
Stars: ✭ 36 (-42.86%)
Mutual labels:  netlify
performance-checklist
📈 A comprehensive list of performance optimization techniques to improve your site's performance
Stars: ✭ 26 (-58.73%)
Mutual labels:  image-optimization
web
Hugo content for the openshift.tips blog
Stars: ✭ 48 (-23.81%)
Mutual labels:  netlify
platform
Community platform for dancers
Stars: ✭ 30 (-52.38%)
Mutual labels:  netlify
preact-cli-plugin-netlify
Preact cli plugin for generating h2push headers and redirects rules for netlify
Stars: ✭ 25 (-60.32%)
Mutual labels:  netlify
netlify-build-github-actions
An example of triggering a Netlify build using Github Actions Scheduled Events
Stars: ✭ 31 (-50.79%)
Mutual labels:  netlify
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 1,017 (+1514.29%)
Mutual labels:  image-optimization
api-jours-feries-france
Une API REST pour les jours fériés en France
Stars: ✭ 14 (-77.78%)
Mutual labels:  netlify
tinify-net
.NET client for the Tinify API.
Stars: ✭ 45 (-28.57%)
Mutual labels:  image-optimization
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-63.49%)
Mutual labels:  netlify
MikeRogersIO
The repo for my website
Stars: ✭ 16 (-74.6%)
Mutual labels:  netlify
rustplatz
(Inoffizielle) Website für das Rust-Projekt von Dhalucard, Bonjwa und RocketBeans
Stars: ✭ 15 (-76.19%)
Mutual labels:  netlify
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+10838.1%)
Mutual labels:  netlify
astra-tik-tok
A simple Tik Tok clone running on AstraDB that leverages the Document API.
Stars: ✭ 21 (-66.67%)
Mutual labels:  netlify
video-to-markdown
How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
Stars: ✭ 159 (+152.38%)
Mutual labels:  netlify

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].