puz-parser
TypeScript icon, indicating that this package has built-in type declarations

0.3.6 • Public • Published

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.

Package Sidebar

Install

npm i puz-parser

Weekly Downloads

0

Version

0.3.6

License

ISC

Unpacked Size

50 kB

Total Files

24

Last publish

Collaborators

  • devenjuta