0.2.1 • Published 11 months ago

ts-morse v0.2.1

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

11 months ago

0.2.0

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago