0.0.8 • Published 2 years ago

jcl-loader v0.0.8

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

jcl-loader

NPM version NPM downloads

Install

$ pnpm install
$ npm run dev
$ npm run build

Usage

import Loader from "jcl-loader";

const rawText = `2286309794	4388266	1716702576	198750	13	{536875601,false,0,false,0,0,0,true,0,0,false}
2981231501	4388267	1716702576	198809	25	{536872699,536872699,1,2341,7}
2976523553	4388270	1716702576	199004	13	{536943539,false,0,false,0,0,0,true,0,0,false}
`
const loader = Loader.fromText(rawText);
const aBuffUpdate = loader.getBuffUpdate();

Options

TODO

LICENSE

MIT

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

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