mishiro-core

$ npm install mishiro-core
Require
- Node.js >= 10.8.0 || electron >= 4.0.0 (Node.js 10.11.0)
- Python 2.7
- [Windows] Visual Studio 2017/2019 with C++ build tools and .NET
- [Linux] make & gcc & g++
- [MacOS] Xcode Command Line Tools
Usage
const { Downloader, Client, audio, util, config } = require('mishiro-core')
let downloader = new Downloader()
const {
acb2hca,
acb2wav,
acb2mp3,
acb2aac,
hca2wav,
hca2mp3,
hca2aac,
wav2mp3,
wav2aac,
MP3Encoder,
AACEncoder
} = audio
const {
Lz4,
unpackTexture2D
} = util
const client = new Client('123456789:987654321:1a3b5c7d-1234-4bcd-9efa-8e6f4a2b7c5d')
client.check().then(resVer => console.log(resVer))
Test
$ npm install -g npm
$ npm install -g node-gyp@9
$ node-gyp install
$ npm install
$ npm test
License