mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 06:46:09 +00:00
chore: bump version to 1.1.21
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"url": "https://github.com/webadderall/Recordly/issues"
|
||||
},
|
||||
"private": true,
|
||||
"version": "1.1.20",
|
||||
"version": "1.1.21",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -117,8 +117,6 @@ const SUPPORTED_CURSOR_KEYS: CursorAssetKey[] = [
|
||||
];
|
||||
|
||||
const DEFAULT_CURSOR_PACK_ANCHOR = { x: 0.08, y: 0.08 } as const;
|
||||
const POINTER_CURSOR_PACK_ANCHOR = { x: 0.48, y: 0.1 } as const;
|
||||
const CENTERED_CURSOR_PACK_ANCHOR = { x: 0.5, y: 0.5 } as const;
|
||||
const CURSOR_PACK_POINTER_TYPES = new Set<CursorAssetKey>(["pointer", "open-hand", "closed-hand"]);
|
||||
const BUILTIN_CURSOR_PACK_SOURCES: Record<string, CursorPackSource> = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user