@vite-plugin/compress-png@1.0.3Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score94%•This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers


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" } }