Navigation Menu

Skip to content

PengBoUESTC/vite-plugin-bullet-msg

Repository files navigation

vite-plugin-bullet-msg

vite-plugin-bullet-msg

get the target str from your code to dispaly in screen like bullet-chat

  • get the target str and then send event by ws, client will create dom with the msg
bulletMsgPlugin({
  wsProtocol: 'vite-hmr', // ws protocol
  wsPath: 'xxx', // link
  targetKey: 'TODO',
  rootPath: __dirname,
  duration: 50, // 动画时长 s
})
  • or U can handle the target data yourself
bulletMsgPlugin({
  wsProtocol: 'vite-hmr', // ws protocol
  wsPath: 'xxx', // link
  targetKey: 'TODO',
  rootPath: __dirname,
  duration: 50, // 动画时长 s
  dataHandler: (data) => {
    // U can create a Vue instance to show your data in browser
    console.log(data)
  }
})

About

show target msg on screen like bullet chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published