0.2.1 • Published 10 months ago

ts-morse v0.2.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 months 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

10 months ago

0.2.0

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago