Files
konva/test/ifame.html

17 lines
368 B
HTML
Raw Normal View History

2025-08-19 14:15:14 +12:00
<!doctype html>
2025-08-19 12:29:50 +12:00
<html>
2025-08-19 14:15:14 +12:00
<head>
<meta charset="utf-8" />
<title>KonvaJS Sandbox</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0"
/>
</head>
2018-07-03 11:03:06 +07:00
2025-08-19 14:15:14 +12:00
<body>
<!-- testing Konva inside iframe -->
<iframe src="./sandbox.html"></iframe>
</body>
2025-08-19 12:29:50 +12:00
</html>