Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 489 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 489 Bytes

ImageToSkin

Image to Skin is a simple tool designed to allow the creation of skins with images on their fronts.

Live Site

Requirements

  1. To install Image To Skin on your own server you will need to edit the port number in index.js to the port you are using.
  2. You will need to install the node packages with npm install
  3. You will need Python installed on your system and install OpenCV for Python (cv2)

You can then launch the server with npm start