Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 1010 Bytes

README.md

File metadata and controls

executable file
·
25 lines (17 loc) · 1010 Bytes

FYP

HTML5 image editing with the canvas element

Installation

Put the entire project on a webserver and visit index.html in a modern web browser (Chrome works best)

For testing purposes, you can use the simple Python HTTP server to serve the files -

On Linux, cd to the project directory and run python -m SimpleHTTPServer and then visit localhost:8000 in your web browser.

On windows do the same but run python -m http.server and then go to localhost:8000

Otherwise just put it in a web server like Apache

My code

Everything in the project was written by me, except the following libraries

Live version

A live version of the site can be visited at http://Stijl.cc

The most recent code can be found at https://github.com/xRokco/Stijl.cc