From ead0ae5334e1e49305713c4137a1c7959d8e98f2 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sat, 15 Aug 2020 09:37:39 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20test=20cursors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shared/src/cursors.json | 75 ++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 packages/shared/src/cursors.json diff --git a/packages/shared/src/cursors.json b/packages/shared/src/cursors.json new file mode 100644 index 00000000..d173e5a7 --- /dev/null +++ b/packages/shared/src/cursors.json @@ -0,0 +1,75 @@ +{ + "staticCursors": [ + "all_scroll.svg", + "bd_double_arrow.svg", + "bottom_left_corner.svg", + "bottom_right_corner.svg", + "bottom_side.svg", + "bottom_tee.svg", + "center_ptr.svg", + "circle.svg", + "context_menu.svg", + "copy.svg", + "cross.svg", + "crossed_circle.svg", + "crosshair.svg", + "dnd_ask.svg", + "dnd_copy.svg", + "dnd_link.svg", + "dnd_move.svg", + "dnd_no_drop.svg", + "dnd_none.svg", + "dotbox.svg", + "fd_double_arrow.svg", + "grabbing.svg", + "hand1.svg", + "hand2.svg", + "left_ptr.svg", + "left_side.svg", + "left_tee.svg", + "link.svg", + "ll_angle.svg", + "lr_angle.svg", + "move.svg", + "pencil.svg", + "plus.svg", + "pointer_move.svg", + "question_arrow.svg", + "right_ptr.svg", + "right_side.svg", + "right_tee.svg", + "sb_down_arrow.svg", + "sb_h_double_arrow.svg", + "sb_left_arrow.svg", + "sb_right_arrow.svg", + "sb_up_arrow.svg", + "sb_v_double_arrow.svg", + "tcross.svg", + "top_left_corner.svg", + "top_right_corner.svg", + "top_side.svg", + "top_tee.svg", + "ul_angle.svg", + "ur_angle.svg", + "vertical_text.svg", + "wayland_cursor.svg", + "x_cursor.svg", + "xterm.svg", + "zoom_in.svg", + "zoom_out.svg" + ], + "animatedCursors": { + "left_ptr_watch.svg": { + "frames": 62 + }, + "wait.svg": { + "frames": 62 + } + }, + "animatedClip": { + "x": 4, + "y": 4, + "width": 200, + "height": 200 + } +}