nbs-reader
Version:
This package is a library that processes Note Block Studio nbs files in Note.js.
47 lines (29 loc) • 1.92 kB
Markdown
[](https://travis-ci.com/furenjich/nbs-reader)
[日本語版](https://github.com/furenjich/nbs-reader/blob/main/README/Japanese/Japanese.md)
[中文版](https://github.com/furenjich/nbs-reader/blob/main/README/Chinese.md)
[韩文版](https://github.com/furenjich/nbs-reader/blob/main/README/Korean.md)
[Ελληνική έκδοση](https://github.com/furenjich/nbs-reader/blob/main/README/Graecia.md)
[Versione italiana](https://github.com/furenjich/nbs-reader/blob/main/README/Italia.md)
[Versão portuguesa](https://github.com/furenjich/nbs-reader/blob/main/README/Portugal.md)
[Versión en español](https://github.com/furenjich/nbs-reader/blob/main/README/Spain.md)
[Svensk version](https://github.com/furenjich/nbs-reader/blob/main/README/Sweden.md)
[English (UK) version](https://github.com/furenjich/nbs-reader/blob/main/README/United_Kingdom.md)
# nbs-reader
This package is a library that processes [Note Block Studio](https://github.com/furenjich/nbs-reader/blob/main/README/link-to-nbs.md) nbs files in [Note.js](https://nodejs.org/en/).
# How to install
## When using npm
In the source code folder `` npm install nbs-reader``
Please run the.
## When installing JS file
Place `` nbsreader.min.js`` in the repository in the same folder as the source code.
# how to use
Use [`` require``](https://nodejs.org/api/modules.html#modules_require_id) etc. to load.
> **Example**
> When installed using npm
> `` constant NBSReader = require ("nbs-reader"); ``
> When JS file is installed
> `` const NBSReader = require ("./nbsreader.min.js"); ``
Then execute the NBSReader function (when read in the above example).
**In the argument, enter the path of the nbs file you want to read.**
# License
The license for this repository is [**MIT License**](https://en.wikipedia.org/wiki/MIT_License).