initial commit
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal 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>
|
Reference in New Issue
Block a user