Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@benpigchu benpigchu released this 20 Feb 10:47
· 2 commits to master since this release
  • The first argument of Renderer#send can be a string or a {message:string,type:string} now.
    • The type is default to "rtl" . Other value like "ltr" , "top" , "bottom" can also be used.
  • Added Renderer#registerDanmakuType to add user defined danmaku type.
  • Export class Danmaku used to create user defined danmaku type.