mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
23 lines
469 B
HTML
23 lines
469 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
canvas {
|
|
border: 1px solid #9C9898;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="container"></div>
|
|
|
|
<script src="../../dist/konva-dev.js"></script>
|
|
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
|
|
<script src="../lib/stats.js"></script>
|
|
<script src="common/random-squares.js"></script>
|
|
|
|
</body>
|
|
</html> |