dotnet-webassembly
squoosh
Our great sponsors
dotnet-webassembly | squoosh | |
---|---|---|
2 | 261 | |
751 | 19,594 | |
- | 1.9% | |
0.0 | 0.0 | |
3 months ago | 8 days ago | |
C# | TypeScript | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dotnet-webassembly
-
Typescript for .NET Ever?
there's a nuget WebAssembly package, so you can probably run assemblyscript on .net already.
-
Microsoft joins Bytecode Alliance to advance WebAssembly – aka the thing that lets you run compiled C/C++/Rust code in browsers
It's been done
squoosh
- Batch image optimization for web?
- FSF Slams Google over Dropping JPEG-XL in Chrome
- visually lossless image compressor
-
2 months i started learning coding with just the knowledge of HTML and CSS. I just began a 30 day coding challenge for myself and will be replicating popular social medias websites. I'll whole accept your advise on how I can keep improving and your constructive criticism when necessary.
Things related to whatever you have used till now: 1- Don't use spaces in images name (Kind of code convention or sometimes automated tools tend to break) 2- Here is an opportunity to learn more about image types i.e, webp, aviff and more. (You can try squoosh.app) 3- Where to places JS scripts (it comes under perfomance section). Devs prefer to fetch scripts at the end of the body (Depends on use case but majorly). Understand about defer and sync. 4- Bootstrap is not a preferred tool now. Devs are moving to solution like tailwind. Tho, prefer to learn vanilla css and scss first. 5- Learn media queries, flexbox (for responsiveness) 6- If comfortable with flexbox then move to CSS grid 7- May be you can use https://flexboxfroggy.com/ and it has for grid too.
-
Is there a way to easily “batch” save 1000’s of JPGs to a smaller file size “Save for Web” format, like in Photoshop?
https://squoosh.app is a good cross platform option.
- Compress images - selfhosted solution
-
What is this called and how do I add it?
Squoosh - Visual image compression
-
PSA: Use ZopfliPNG to compress your PNG assets
Have you tried Squoosh to find the best compression settings visually? I'd be very curious to see how they compare.
-
Improving image performance on the web.
I'd say that a proper OR recommended approach towards optimizing images for the web is to manually compress them with compression tools like TinyJPG or Squoosh before uploading them to your favorite image CDN. Why? you'd ask me.
-
Best practice for images
This is the easiest measure you can do to improve your performance. You probably want your users to view the images in the best quality, but at what cost and is it necessary? If you serve an oversized image only to be viewed in a limited-sized box, you transfer unnecessary data over the network that take extra time before it can be displayed. I recommend you use a tool to resize and compress your image, e.g. Squoosh.
What are some alternatives?
sharp - High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
oxipng - Multithreaded PNG optimizer written in Rust
ImageOptim - GUI image optimizer for Mac
go-unsplash - Go Client for the Unsplash API
next-optimized-images - 🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).
Mono - Mono open source ECMA CLI, C# and .NET implementation.
devilbox - A modern Docker LAMP stack and MEAN stack for local development
ImageMagick - 🧙♂️ ImageMagick 7
wasm-bindgen-rayon - An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
mozjpeg - Improved JPEG encoder.
Chocolatey - Chocolatey - the package manager for Windows
eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.