Skip to content

Pic Smaller – Compress WebP, PNG and JPEG images intelligently

Notifications You must be signed in to change notification settings

Ansen/pic-smaller

 
 

Repository files navigation

Pic Smaller (图小小)

Pic Smaller is a super easy-to-use online image compression tool. Its UI is intuitive and supports compression configuration. At the same time, because it is purely local compression without any server-side logic, it is completely safe.




Usage

Pic smaller has been deployed to vercel, you can use it by visiting the URL https://pic-smaller.vercel.app. Due to the GFW, Chinese users can use it by visiting the URL https://txx.cssrefs.com

Develop

This is a pure vite + React project, You have to get familiar with them first

Pic smaller uses modern browser technologies such as OffScreenCanvas, WebAssembly, and Web Worker. You should also be familiar with them before developing.

# Clone the repo
git clone https://github.com/joye61/pic-smaller.git

# Change cwd
cd ./pic-smaller

# Install dependences
npm install

# Start to develop
npm run dev

Thanks

About

Pic Smaller – Compress WebP, PNG and JPEG images intelligently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.5%
  • TypeScript 25.9%
  • SCSS 2.5%
  • HTML 0.1%