Danmaku Versions Save

A high-performance JavaScript danmaku engine. 高性能弹幕引擎库

v1.3.3

6 years ago

Fix

  • fix stacked danmaku in real time mode, see #21

v1.3.2

6 years ago

Fix

  • don't make a copy of opt.comments, fix #20

v1.3.1

6 years ago

Fix

  • fix collision checking (#15)

v1.3.0

6 years ago

New

  • add support to render custom elements, see the render option in emit API.

Deprecated

  • the html option in emit API, use render instead.

v1.2.2

6 years ago

Fix

  • fix sharing private variables with multi instances
  • fix the position of <video> element when destroying

v1.2.1

7 years ago

Fix

  • Fix removing out-of-screen danmaku. See #11 (@lynxerzhang via #12)

v1.2.0

7 years ago

New

  • Add clear API
  • Add destroy API
  • Support using HTML in comments

Improvements

  • More tests to reach 100% coverage

Fix

  • Position of <canvas>

v1.1.9

7 years ago

Fix

  • Fix space allocation algorithm. See #9

v1.1.8

7 years ago

Fix

  • Deal with lineWidth in canvas. See #7
  • Fix space allocation algorithm.

v1.1.7

7 years ago

Fix

  • Fix NPM release.