0.1.4 • Published 5 months ago

farm-plugin-webp-to-png v0.1.4

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

farm-plugin-webp-to-png

A rust plugin for farm to automatically convert your webp to png, and compress all the png.

You don't need to change anything in your code, the plugin can automatically replace all the .webp to .png.

Install

pnpm add -D farm-plugin-webp-to-png

Usage

import { defineConfig } from "@farmfe/core";
import webpToPng from 'farm-plugin-webp-to-png';

export default defineConfig({
  plugins: [
    webpToPng()
  ],
});
0.1.2

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.1

12 months ago

0.1.0

12 months ago