nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.47k stars 1.64k forks source link

Compressed .png files #436

Open BuyMyMojo opened 3 years ago

BuyMyMojo commented 3 years ago

Description Used more optimized OxiPNG encode which is more efficient

Compatibility 100%

Caveats should be none as they are still just .png files

trezy commented 3 years ago

@BuyMyMojo I love that this is helping reduce filesize! My only issue is that it's not easily reproducible without significant research and effort from maintainers. Would you be willing to look into implementing this as part of the build pipeline? That way all images would be optimized before a build is published.

BuyMyMojo commented 3 years ago

I'll see what I can do, the images don't need to be optimised unless modified but just in case I'll see if I can apply OxiPNG into the pipeline soon