mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
18 lines
516 B
HTML
18 lines
516 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css"href="../base.css">
|
|
<script src="../../dist/kinetic-current.js"></script>
|
|
<!-- assets -->
|
|
<script src="../js/Test.js"></script>
|
|
<script src="../js/performanceTests.js"></script>
|
|
<script src="../assets/worldMap.js"></script>
|
|
<script>
|
|
window.onload = function() {
|
|
var test = new Test();
|
|
test.run();
|
|
};
|
|
</script>
|
|
</head>
|
|
<body onmousedown="return false;"></body>
|
|
</html> |