feat: add reusable AnimationCanvas component

Standalone Skia canvas for wallpaper thumbnail previews
with configurable FPS cap for battery efficiency.
This commit is contained in:
Mathis Pruvot
2026-05-28 11:49:34 +00:00
parent 1a2fa0ffb5
commit 5cddb440e6
2 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1 @@
export { AnimationCanvas } from "./AnimationCanvas";