Skip to content

Solution for creating a canvas watermark in Node.js

Notifications You must be signed in to change notification settings

phyxolog/node-wm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 creating a canvas watermark in Node.js

Resources

Stars

Watchers

Forks