1.3.1 • Published 3 years ago

yrp v1.3.1

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

Purpose of development

We already know most of the YGOPro/EDOPro related projects are quite obsolete and hard to contribute since they are developed in quite low level (or not-using) languages. (e.g. CoffeeScript, C/C++, etc.) we know those ecosystems will eventually occur tons of problem. so I had decided to resolve this issues in modern and elegant way.

so this is a native parser project for node environment. this means I want to live lazy like other webdevs 😂. but you would realize that providing modules for productive languages can have a lot of impact on improving development ecosystem of YGOPro/EDOPro.

Installation

Note: you should use Node with version >= 12.

npm i yrp

or if you use yarn:

yarn add yrp

How to use

import { Replay } from "yrp";

// ...

// of course you can load replay from raw buffer too!
const replay = await Replay.fromFile("./target-file.yrp");
1.3.1

3 years ago

1.3.0-beta.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.3.0

3 years ago

1.1.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago