UNPKG

cupiditatea

Version:

A two-dimensional drawing api meant for modern browsers.

25 lines 857 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Two.js Tests</title> <link rel="stylesheet" href="../third-party/qunit/qunit.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <div class="scripts"> <script src="../third-party/resemble.js"></script> <script src="../third-party/canvas2blob.js"></script> <script src="../third-party/qunit/qunit.js"></script> <script src="../build/two.js"></script> <script src="./src/utils.js"></script> <script src="./suite/core.js"></script> <script src="./suite/svg.js"></script> <script src="./suite/canvas.js"></script> <script src="./suite/webgl.js"></script> <script src="./suite/svg-interpreter.js"></script> <script src="./suite/bounding-box.js"></script> </div> </body> </html>