Skip to content

1.2.0

Latest

Choose a tag to compare

@PengJiyuan PengJiyuan released this 17 May 10:10
· 15 commits to master since this release

Why emitry?

  • Small - The source code is less than 100 lines. After minified and gzipped, only 450B.
  • Simple - Only 4 api, but it can solve most of the scenes.
  • Cross platform - It can work on nodejs, browser...

Api

  • emitry.on()
  • emitry.once()
  • emitry.emit()
  • emitry.off()