Const
Configure custom cursor images to use when interacting with the application.
Object.assign(CONFIG.cursors, { default: "icons/cursors/default.avif", "default-down": "icons/cursors/default-down.avif"}); Copy
Object.assign(CONFIG.cursors, { default: "icons/cursors/default.avif", "default-down": "icons/cursors/default-down.avif"});
Object.assign(CONFIG.cursors, { default: { url: "icons/cursors/target.avif", x: 16, y: 16 }, "default-down": { url: "icons/cursors/target-down.avif", x: 16, y: 16 }}); Copy
Object.assign(CONFIG.cursors, { default: { url: "icons/cursors/target.avif", x: 16, y: 16 }, "default-down": { url: "icons/cursors/target-down.avif", x: 16, y: 16 }});
Configure custom cursor images to use when interacting with the application.