File: app.html

package info (click to toggle)
node-canvas 3.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,592 kB
  • sloc: javascript: 16,908; cpp: 8,125; makefile: 23
file content (20 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <title>node-canvas</title>
    <link href="/style.css" rel="stylesheet">
  </head>
  <body>

    <h1>node-canvas</h1>

    <p class="msg">
      The tests below assert visual and api integrity by running the <em>exact</em> same code utilizing the client canvas api, as well as node-canvas.
    </p>

    <script src="/pixelmatch.js"></script>
    <script src="/tests.js"></script>
    <script src="/app.js"></script>

  </body>
</html>