0.0.5 • Published 2 years ago

esbuild-squoosh v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

esbuild-squoosh

An esbuild plugin for compressing resolved images using libSquoosh

Install

npm i -D esbuild-squoosh

Usage

import esbuild from 'esbuild'
import squoosh from 'esbuild-squoosh'

import squooshConfig from './config/squoosh.config.js'

esbuild.build({
    plugins: [
        squoosh(squooshConfig)
    ]
})

If this PostCSS plugin helped you in any way please consider buying me a book @ my buymeacoffee.com page

"Buy Me A Coffee"

TODO:

  • Include tests