Files
yawn/vendor/fxnode/test/browser/presentation-render.html
T

8 lines
182 B
HTML

<!doctype html>
<html>
<body>
<canvas id="presentation" width="500" height="300"></canvas>
<script type="module" src="./presentation-render.ts"></script>
</body>
</html>