0.2.1 • Published 12 months ago

ts-morse v0.2.1

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

12 months ago

0.2.0

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago