-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
nakahide3200 edited this page Jan 8, 2016
·
14 revisions
-
Download rectangle_comment.js.
-
Prepare a image file.
-
Write a html file as below.
<html>
<head>
<script type="text/javascript" src="rectangle_comment.js"></script>
</head>
<body>
<div style="position: relative">
<img id="example" src="example.jpg">
</div>
<script type="text/javascript">
var rectangleComment = new RectangleComment("example");
</script>
</body>
</html>