phyxolog / node-wm

Solution for create canvas watermark on NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Watermark

Example of how to create watermark on NodeJS.

It's only test example, strongly not recommended to use in production.

Requirements

For development, you will need Node.js installed on your environement. Also, you will need install this deps: Canvas and Sharp (instructions for installation you can find on this links).

Development

git clone https://github.com/phyxolog/node-wm.git # or clone your own fork
cd node-wm
npm install # if error - look a "Requirements" section
# then copy in this folder some image with name "image.jpg"
node index.js

Image with watermark:

Example image

About

Solution for create canvas watermark on NodeJS


Languages

Language:JavaScript 100.0%