images-watermark
Version:
🚀 A powerful, fast, and user-friendly Node.js library for adding professional watermarks to images. Protect your content with text watermarks, logo overlays, or both! Built with Sharp for lightning-fast processing, featuring intelligent caching, flexible
73 lines (72 loc) • 1.76 kB
JSON
{
"name": "images-watermark",
"version": "1.2.0",
"description": "🚀 A powerful, fast, and user-friendly Node.js library for adding professional watermarks to images. Protect your content with text watermarks, logo overlays, or both! Built with Sharp for lightning-fast processing, featuring intelligent caching, flexible positioning, and comprehensive security controls.",
"main": "index.js",
"scripts": {
"test": "node test.js",
"example": "node example.js",
"start": "node example.js"
},
"keywords": [
"watermark",
"image-watermark",
"text-watermark",
"logo-watermark",
"image-processing",
"sharp",
"node",
"javascript",
"typescript",
"image-manipulation",
"content-protection",
"branding",
"image-overlay",
"batch-processing",
"image-cache",
"security",
"referrer-control",
"image-format",
"png",
"jpeg",
"webp",
"image-optimization",
"watermark-position",
"opacity-control",
"font-styling",
"image-composite",
"multi-image",
"single-image",
"image-library",
"node-cache",
"performance",
"fast-processing"
],
"author": "Tirth Gaudani",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"node-cache": "^5.1.2",
"sharp": "^0.33.5"
},
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tirth-gaudani/images-watermark.git"
},
"bugs": {
"url": "https://github.com/tirth-gaudani/images-watermark/issues"
},
"homepage": "https://github.com/tirth-gaudani/images-watermark#readme",
"files": [
"index.js",
"example.js",
"test.js",
"README.md",
"LICENSE"
]
}