lmd
Version:
LMD: Lazy Module Declaration
14 lines • 394 B
HTML
<html>
<head>
<title>LMD image plugin example</title>
<script type="text/javascript" src="http://yandex.st/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="index.lmd.js"></script>
</head>
<body>
<canvas width="400" height="400"></canvas>
<div>
<button class="b-button">Draw image on canvas</button>
</div>
</body>
</html>