Libraries
thejoshwolfe/yauzl: yet another unzip library for node
yet another unzip library for node. For zipping, see yazl.
Design principles:
Follow the spec. Don't scan for local file headers. Read the central directory for file metadata. (see No Streaming Unzip API).
Don't block the JavaScript thread. Use ...
mrousavy/react-native-vision-camera: 📸 A powerful, high-performance React Native Camera library.
VisionCamera is a powerful, high-performance Camera library for React Native. It features:
📸 Photo and Video capture
👁️ QR/Barcode scanner
📱 Customizable devices and multi-cameras ("fish-eye" zoom)
🎞️ Customizable resolutions and aspect-ratios (4...
wojtekmaj/react-calendar: Ultimate calendar for your React app.
Ultimate calendar for your React app. Contribute to wojtekmaj/react-calendar development by creating an account on GitHub.Ultimate calendar for your React app.
Pick days, months, years, or even decades
Supports range selection
Supports virtually ...
CodeGenieApp/serverless-express: Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.
Starting a new software project? Check out Code Genie - a Full Stack App Generator that delivers a complete AWS Serverless project with source code, based on your data model. Including:
A React Next.js Web App hosted on Amplify Hosting
Serverless...
eshaz/wasm-audio-decoders: Browser and NodeJS Web Assembly audio decoder libraries that are highly optimized for size and performance.
WASM Audio Decoders is a collection of Web Assembly audio decoder libraries that are highly optimized for browser use. Each module supports synchronous decoding on the main thread as well as asynchronous (threaded) decoding through a built in Web ...