initial commit
This commit is contained in:
19
veins.html
Normal file
19
veins.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Load the Paper.js library -->
|
||||
<script type="text/javascript" src="../paper-full.js"></script>
|
||||
|
||||
<script type="text/javascript" src="veingen.js">
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="../offset.js"></script>
|
||||
<canvas id="myCanvas" style="width:100%;" resize></canvas>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user