UNPKG
two-dimensions-graphic
Version:
latest (0.3.0)
0.3.0
0.2.0
Multi layers two dimensions graphic tool with canvas and SVG.
github.com/YegorDB/TDG
YegorDB/TDG
two-dimensions-graphic
/
examples
/
static_layers
/
index.html
15 lines
(12 loc)
•
284 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Example
</
title
>
</
head
>
<
body
>
<
div
id
=
"screen-id"
>
</
div
>
</
body
>
<
script
type
=
"text/javascript"
src
=
"../../lib/tdg.min.js"
>
</
script
>
<
script
type
=
"text/javascript"
src
=
"index.js"
>
</
script
>
</
html
>