0.0.5 • Published 2 years ago

@pcrab/pblive-lib v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

PBlive

This is a simple bilibili live helper library, highly inspired by danmu-console-helper.

Usage

import open from "@pcrab/pblive-lib"

const roomId = 81004; // https://live.bilibili.com/81004
open(roomId);

You can add handlers for different events.

import open from "@pcrab/pblive-lib"

open(81004, {
    onDanmuMsg: (danmu) => {
        console.log(JSON.stringify(danmu));
    },
});
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago