1 Star 0 Fork 0

江山录/canvas学习笔记

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
江山录 提交于 2024-05-23 16:58 . 提交备份
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>canvas 复习-全屏画布实战</title>
<style>
body {
background-color: #000;
margin: 0;
}
</style>
</head>
<body>
<canvas id="canvas" width="400" height="400"></canvas>
<script type="module" src="./app.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/panws/canvas-learning-notes.git
[email protected]:panws/canvas-learning-notes.git
panws
canvas-learning-notes
canvas学习笔记
master

搜索帮助