1.1.8 • Published 7 years ago

nicojs v1.1.8

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

nicoJS

ニコニコ動画風コメントを実装するライブラリ。

Install

npm

npm install nicojs

git

git clone https://github.com/yuki540net/nicoJS

Usage

NicoJS = require('nicoJS')

let nico = new NicoJS({
    app       : document.getElementById('app'),
    width     : 600,
    height    : 400,
    font_size : 50,     // opt
    color     : '#fff'  // opt
})

任意のタイミングでコメントを流す

// コメント待機
nico.listen()

// コメント送信
nico.send('Hello World.')

特定のコメントを流し続ける

// コメントを流し続ける
nico.loop([
    'comment_1',
    'comment_2',
    'comment_3',
    'comment_4'
])

Lisence

このライブラリは、MIT Lisenceのもとで公開されています。

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago