0.3.6 • Published 1 year ago

puz-parser v0.3.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Puz Parser

Just a simple .puz parser.

Install

npm install puz-parser --save

Usage

const parse = require('puz-parser');
// Or
import parse from 'puz-parser';

// Load a .puz file
const data = new Uint8Array(buffer);

// Parse the Uint8Array data
const puz = parse(data);

Types

Types are available in src/types.ts.

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago