0.2.1 • Published 1 year ago

ts-morse v0.2.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

ts-morse

Detect when an HTML Element is clicked by SOS morse code (... --- ...)

detectSos: (elm: HTMLElement, callback: () => void) => void;

Example

import { detectSos } from 'ts-morse';

detectSos(document.body, () => {
  console.log('SOS detected!')
})
0.2.1

1 year ago

0.2.0

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago