strkit is a utility library offering a collection of essential string functions including validation, case conversion, truncation, and more. Ideal for both JavaScript and TypeScript developers to simplify string operations in their applications.
A lightweight and efficient library for validating URLs. It ensures that URLs are correctly formatted and provides an optional feature to check whether a URL is live by sending an HTTP request. This package is designed for web applications, APIs, and serv
Pixel snapper a Node.js utility for capturing full-page screenshots of web pages programmatically. Built on top of Puppeteer, it provides an easy-to-use API that can be integrated into any Node.js application, including Express.js backends and React.js fr
regex-vault is a centralized library of regular expressions for validation, security, and efficient data manipulation.
Tiny Validation is a lightweight, chainable input validation library for Node.js. Validate strings, numbers, emails, and more with ease. Example: validate(input).isEmail().isNotEmpty(). No dependencies, simple API, and perfect for quick validation needs w