started work on image cropping...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-11-06 18:32:29 +03:00
parent 33ee63cafa
commit 708922cd7e
2 changed files with 21 additions and 1 deletions

View File

@ -34,7 +34,9 @@ function createWindow(){
show: false,
// XXX get from config... (???)
//backgroundColor: XXX,
backgroundColor: '#333333',
width: 800,
height: 600,

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<style>
</style>
<script src="../ext-lib/jquery.js"></script>
<script src="../ext-lib/jquery-ui.js"></script>
<script src="../lib/jli.js"></script>
<script>
</script>
<body>
</body>
</html>