mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 00:42:54 -05:00
4c84c3dad5
Work in progress…
19 lines
627 B
HTML
19 lines
627 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Paper.js Tests</title>
|
|
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
|
|
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
|
<script src="../dist/paper-full.js"></script>
|
|
<script src="../node_modules/prepro/lib/browser.js"></script>
|
|
<script src="load.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">QUnit Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture">test markup</div>
|
|
</body>
|
|
</html>
|