Skip to content

Commit

Permalink
⬆️ deps: Update dependencies (non-major) (#235)
Browse files Browse the repository at this point in the history
* ⬆️ deps: Update dependencies (non-major)

* 🎨 style: prettified code

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Dec 15, 2024
1 parent 4bbce10 commit 9502080
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 98 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,21 @@ export abstract class Theme<T extends ThemeConfig> {

### Mouse cursor effects themes

- theme popper :tada:
- theme sparkler :sparkler:
- theme popper :tada:
- theme sparkler :sparkler:

### Background themes

- theme ribbon :reminder_ribbon:
- theme sakura :cherry_blossom:
- theme meteor :stars:
- theme ribbon :reminder_ribbon:
- theme sakura :cherry_blossom:
- theme meteor :stars:

## TODO

- [x] theme sakara :cherry_blossom:, ref: <https://github.com/jhammann/sakura>
- [ ] 优化 sakura 的效果(目前效果只是简单能看,尚需仔细调优)
- [ ] 增加非全屏支持
- [ ] theme popper :tada:, 添加新形状 Confetti 🎊,ref: <https://github.com/catdad/canvas-confetti>
- [ ] 增加动态的 Ribbon,ref: <https://gist.github.com/imaegoo/074b5842d9cd8d80ecfa0d3fa4ecd556>
- [ ][OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) 稳定,尝试使用其结合 Web Workder 进行离屏渲染
- [ ] 尝试 wasm
- [x] theme sakara :cherry_blossom:, ref: <https://github.com/jhammann/sakura>
- [ ] 优化 sakura 的效果(目前效果只是简单能看,尚需仔细调优)
- [ ] 增加非全屏支持
- [ ] theme popper :tada:, 添加新形状 Confetti 🎊,ref: <https://github.com/catdad/canvas-confetti>
- [ ] 增加动态的 Ribbon,ref: <https://gist.github.com/imaegoo/074b5842d9cd8d80ecfa0d3fa4ecd556>
- [ ][OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) 稳定,尝试使用其结合 Web Workder 进行离屏渲染
- [ ] 尝试 wasm
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/moefyit/moefy-canvas#readme",
"type": "module",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"scripts": {
"dev:sparkler": "pnpm --filter @moefy-canvas/theme-sparkler dev",
"dev:popper": "pnpm --filter @moefy-canvas/theme-popper dev",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vite": "^5.0.0",
"vite-plugin-dts": "4.3.0",
"vitepress": "1.5.0",
"vitest": "2.1.5",
"vitest": "2.1.6",
"vue": "^3.2.47"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 9502080

Please sign in to comment.