Get started with konva CDN
MIT licensed
Konva: 2D web library for interactive graphics, JS UI creation.
Tags:- canvas
- animations
- graphic
- html5
Stable version
Copied!
How to start using konva CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with konva CDN - cdnhub.io</title>
<script src="https://cdn.jsdelivr.net/npm/konva@9.3.6/konva.min.js"></script>
<style>
#container { width: 400px; height: 400px; border: 1px solid black; }
</style>
</head>
<body>
<div id="container"></div>
<script>
const stage = new Konva.Stage({
container: 'container',
width: 400,
height: 400
});
const circle = new Konva.Circle({
x: 100,
y: 100,
radius: 50,
fill: 'red'
});
const text = new Konva.Text('Hello Konva.js', 150, 150);
text.fontSize(24);
text.fontFamily('Arial');
text.align('center');
stage.add(circle, text);
stage.draw();
</script>
</body>
</html>
All versions
0.10.0
0.11.0
0.11.1
0.12.0
0.12.1
0.12.2
0.12.3
0.12.4
0.13.0
0.14.0
0.15.0
0.7.0
0.8.0
0.9.0
0.9.5
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
1.2.1
1.2.2
1.3.0
1.4.0
1.5.0
1.6.0
1.6.1
1.6.2
1.6.3
1.6.5
1.6.6
1.6.7
1.6.8
1.7.0
1.7.1
1.7.2
1.7.3
1.7.4
1.7.5
1.7.6
2.0.0
2.0.1
2.0.2
2.0.3
2.1.0
2.1.2
2.1.3
2.1.4
2.1.5
2.1.6
2.1.7
2.1.8
2.2.0
2.2.1
2.2.2
2.3.0
2.4.0
2.4.1
2.4.2
2.5.0
2.5.1
2.6.0
3.0.0
3.0.0-0
3.0.0-1
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.3.0
3.3.1
3.3.2
3.3.3
3.4.0
3.4.1
4.0.0
4.0.1
4.0.10
4.0.11
4.0.12
4.0.13
4.0.14
4.0.15
4.0.16
4.0.17
4.0.18
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.2.0
4.2.1
4.2.2
5.0.0
5.0.1
5.0.2
5.0.3
6.0.0
7.0.0
7.0.1
7.0.2
7.0.3
7.0.4
7.0.5
7.0.6
7.0.7
7.1.0
7.1.1
7.1.2
7.1.3
7.1.4
7.1.5
7.1.6
7.1.7
7.1.8
7.1.9
7.2.0
7.2.1
7.2.2
7.2.3
7.2.4
7.2.5
8.0.0
8.0.1
8.0.2
8.0.3
8.0.4
8.1.0
8.1.1
8.1.2
8.1.3
8.1.4
8.2.0
8.2.1
8.2.2
8.2.3
8.2.4
8.3.0
8.3.1
8.3.10
8.3.11
8.3.12
8.3.13
8.3.14
8.3.2
8.3.3
8.3.4
8.3.5
8.3.6
8.3.7
8.3.8
8.3.9
8.4.0
8.4.1
8.4.2
8.4.3
9.0.0
9.0.1
9.0.2
9.1.0
9.2.0
9.2.1
9.2.2
9.2.3
9.3.0
9.3.1
9.3.10
9.3.11
9.3.12
9.3.13
9.3.14
*** 9.3.15
9.3.2
9.3.3
9.3.4
9.3.5
9.3.6
9.3.7
9.3.8
9.3.9