1
0
Fork 0
forked from 0x2620/oxjs

add image module

This commit is contained in:
rolux 2011-06-19 17:40:53 +02:00
commit be9928d105
4 changed files with 131 additions and 0 deletions

10
demos/image/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>OxJS Image Demo</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="js/image.js"></script>
</head>
<body></body>
</html>