8000 GitHub - AkiraBit/Mikas: Visual Studio Code plugin: helps you to compress commonly used image formats faster and better
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ Mikas Public

Visual Studio Code plugin: helps you to compress commonly used image formats faster and better

License

Notifications You must be signed in to change notification settings

AkiraBit/Mikas

Repository files navigation

logo

Mikas - Image Compressor

A Visual Studio Code plugin to helps you to compress commonly used image formats faster and better.

The following common image formats are supported:

  • JPG/JPEG
  • PNG
  • WebP
  • SVG
  • GIF
  • SVGA

Partial function implementation based on:

Introduce

Beginning

Beginning

Compress

Compress

Saved

Saved

Error Error

Notes: Please make sure that the network connection is normal before use, because Tinypng API Key verification and compression require network requests, but svg files will be processed locally and will not consume traffic.

How to Use

Compress the entire workspace

Compress the entire workspace

Compress the selected files and directories

Compress the selected files and directories

Configuration

Compress the entire workspace

On the extension settings page, compressor supports the following configurations:

Tinypng Api Key(required)

The API Key is checked before each use, register.

Force Overwrite

Select this option only if you want the extension to forcibly overwrite existing files instead of always creating new ones. Default value is false.

Compressed File Postfix

Postfix which is appended to the compressed file unless you are forcing the extension to overwrite the source file. Default value is ".min".

Concurrency

The maximum number of concurrent execution tasks is set to 6 by default. A large setting may increase Vscode's memory footprint.

Ignore

Specifies intentionally files that compressor should ignore. Glob expressions are supported and must end in semicolons.

Default Values:

**/node_modules/**;
**/.mikas/**;
**/.git/**;

Issues Report

GitHub Issues

Release Notes

Release notes can be found in the changelog.

Plan

  • SVGA、GIF support.

Enjoy!

About

Visual Studio Code plugin: helps you to compress commonly used image formats faster and better

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0