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> <html>
<head> <head>
<script src="load.js"></script> <script src="load.js"></script>
<style>
#demo-canvas:hover {
cursor: none
};
</style>
</head> </head>
<body> <body>
<canvas id="demo-canvas"></canvas> <canvas id="demo-canvas"></canvas>