0.0.8 • Published 1 year ago

jcl-loader v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago