UNPKG

images-watermark

Version:

A simple and customizable Node.js library for adding text or image watermarks to images, supporting various styling options and configurations. `images-watermark` is a Node.js library that uses the **Sharp** library to add watermarks (text or logos) to im

34 lines (33 loc) 1.06 kB
{ "name": "images-watermark", "version": "0.0.8", "description": "A simple and customizable Node.js library for adding text or image watermarks to images, supporting various styling options and configurations. `images-watermark` is a Node.js library that uses the **Sharp** library to add watermarks (text or logos) to images. The tool allows you to watermark images to protect or brand your content. You can apply text watermarks, logo watermarks, or a combination of both.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "sharp", "node", "watermark", "image", "images-watermark", "single-image-watermark", "multi-image-watermark", "image-combine", "image-watermark", "text-watermark", "add-watermark", "image-and-text-watermark-combine", "node-cache" ], "author": "Tirth Gaudani", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "node-cache": "^5.1.2", "sharp": "^0.33.5" } }