initial commit

This commit is contained in:
Mahdi Dibaiee
2015-01-06 21:40:15 +03:30
commit 6014ee899a
3 changed files with 139 additions and 0 deletions

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blur</title>
</head>
<body>
<img src='test.jpg' style='display: none'>
<canvas id='c' width='600' height='400'></canvas>
<input type='range' min='1' max='50' value='1' id='radius'>
<span id='rshow'>1</span>
<script src='main.js'></script>
</body>
</html>