hide cursor on canva

This commit is contained in:
nemo 2024-11-14 12:47:51 +01:00
parent 7f327dffa8
commit a6a8792905
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
<html>
<head>
<script src="load.js"></script>
<style>
#demo-canvas:hover {
cursor: none
};
</style>
</head>
<body>
<canvas id="demo-canvas"></canvas>