8000 GitHub - phyxolog/node-wm: Solution for creating a canvas watermark in Node.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0