Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tholman committed Aug 19, 2022
1 parent f3994e8 commit ecf47f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/clockCursor.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// The clock effect has been translated over from this old
// code, to modern js & canvas
// - https://web.archive.org/web/20041026003308/http://rainbow.arch.scriptmania.com/scripts/mouse_clock.html

export function clockCursor(options) {
let hasWrapperEl = options && options.element;
let element = hasWrapperEl || document.body;
Expand Down

0 comments on commit ecf47f4

Please sign in to comment.