WebFreak001 / osu-cursor

✨ osu!lazer 样式的前端自定义光标 / osu!lazer style custom cursor for web

Home Page:https://solstice23.github.io/osu-cursor/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osu-cursor

osu!lazer 样式的前端自定义光标

Demo

Demo

screenrecord

开始

引入

<script src="/dist/main.js"></script>

所有资源文件已打包于 JS 中,只需要引入 JS。

初始化

var cursor = new osuCursor();

函数及参数

osuCursor(options)

参数名 类型 默认值 备注
rotate bool true 拖动时光标是否旋转

osuCursor.stop()

停止显示自定义光标。

osuCursor.init()

初始化(重新显示)自定义光标。

版权

光标图片来自 ppy/osu-resources

About

✨ osu!lazer 样式的前端自定义光标 / osu!lazer style custom cursor for web

https://solstice23.github.io/osu-cursor/demo/

License:MIT License


Languages

Language:JavaScript 95.8%Language:CSS 2.9%Language:TypeScript 1.3%