node-images
node-images copied to clipboard
Draw image on negative coordinate
Hello, i want to draw an image translated 10 pixels to the top, so i am using a negative coordinate:
.draw(image, 0, -10)
But it does not work, is there any way to translate images to the top?