qrcode
sharp
Our great sponsors
qrcode | sharp | |
---|---|---|
5 | 56 | |
5,780 | 22,612 | |
- | - | |
2.4 | 9.1 | |
5 months ago | 9 days ago | |
JavaScript | JavaScript | |
MIT License | 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.
qrcode
- Sending image back to user
-
Generating QR Codes from any String in Gatsby
You can find more information about qrcode's options on its GitHub page.
-
QR Code that calls a smart contract method
This is a nodejs library for QR code. https://www.npmjs.com/package/qrcode#nodejs
-
Beginner Questions
Something like this should work: https://www.npmjs.com/package/qrcode
sharp
- Preferred WEBP image quality/compression amount
-
I need a package that reduces photo quality in nodejs (Cloud Function)
Other than what u/loradan said, there is Sharp that I've used before in a cloud function. It might be heavyweight for your purposes, since it does a lot more than just image resizing, but it can still do exactly what you'd want.
-
Payload, a Dev-First TypeScript Headless CMS, is now Free and Open-Source
Regarding a cropping tool, this could be done using a plugin and a custom component. However, I would support putting a feature like that into the core. We already use sharp internally and crop with a default cropping of center. If you'd like to, I'd say head over to our GitHub Discussions and submit a feature request, and we can hash out some details there.
-
Need to mass compress gifs
If you have some Node and command line experience, check out Sharp. Itβs an amazingly powerful image optimization tool used as the backbone of many image optimization services/apps.
-
Learn How to Use Lambda Layers by Building an Image Resize Function Using Sharp
Lambda Layer is a true gem in the Lambda function realm. It provides a convenient way to package your libraries and other dependencies that can be used with the Lambda functions. Our open-source project, Webiny which has 50k+ downloads and 5.5k stars on GitHub uses Lambda layers. It helps us reduce our Lambda function size by 12 MB and enable us to share the image processing library sharp across all the Webiny deployments.
-
Amazing preview images with Next.js and LQIP Modern
Firstly, let us install lqip-modern, and sharp. Sharp is an awesome package that helps with image transformations and is used by lqip-modern -
-
What is AVIF?
The Alliance for Open Media's AVIF encoding and decoding library is also in a Github repo. Sharp, a Node module, has AVIF support. To make AVIF images, you can use avif.io, Squoosh, and the Squoosh command line tool aimed at supporting Node.js apps. GIMP and Paint.net support AVIF and there are Photoshop plugins. Mac has no plans to support AVIF, but you can easily install a codec plugin on Windows 10 for native support.
-
Uploading images with fetch to Express using Multer
multer creates the folder public/uploads but does not place the image in the location. How can I get the photo because I need to run it through sharp (to compress the filesize and resize the image) and then place it in the uploads folder?
-
Dynamically optimising and caching images via a Node.js microservice
First, we created a standard express app using TypeScript (nothing special here). Then we pulled in this extremely useful package called express-sharp that wraps sharp, a Node.js image manipulation library, in an express middleware.
-
What tools/apps/websites do you use to create responsive srcset images?
I usually leave it to a build process using Sharp or similar https://sharp.pixelplumbing.com/
What are some alternatives?
jimp - An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.
gm - GraphicsMagick for node
squoosh - Make images smaller using best-in-class codecs, right in the browser.
Next.js - The React Framework
pica - Resize image in browser with high quality and high speed
sharp-libvips - Packaging scripts to prebuild libvips and its dependencies - you're probably looking for https://github.com/lovell/sharp
lwip - Light Weight Image Processor for NodeJS
libvips - A fast image processing library with low memory needs.
probe-image-size - Get image size without full download. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, SVG, PSD, ICO.
jpeg-xl
Tesseract.js - Pure Javascript OCR for more than 100 Languages πππ₯
sveltekit-image-plugin - SvelteKit demo code for using vite-imagetools to add cached, responsive, Next-Gen images to a SvelteKit site with no cumulative layout shift.