Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
JSR Score94%
Publisheda year ago (1.0.3)

vite 插件,用于压缩 png 格式的图片

{ "name": "@vite-plugin/compress-png", "version": "1.0.3", "tasks": { "test": "deno test --allow-all --trace-leaks", "lint": "deno lint" }, "exports": "./mod.ts", "publish": { "include": [ "deno.json", "mod.ts", "filter.ts", "README.md", "LICENSE" ] }, "imports": { "@std/assert": "jsr:@std/assert@^0.226.0", "@std/path": "jsr:@std/path@^0.225.2", "glob": "npm:glob@^10.4.2", "vite": "npm:vite@^5.3.3", "which": "npm:which@^4.0.0" } }