@dylanarmstrong/puz

0.3.3 • Public • Published

Puz Parser

Just a simple .puz parser.

Can be seen in action with code / demo.

Install

npm install @dylanarmstrong/puz --save

Usage

const parse = require('@dylanarmstrong/puz');
// Or
import parse from '@dylanarmstrong/puz';

// 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 @dylanarmstrong/puz

Weekly Downloads

8

Version

0.3.3

License

MIT

Unpacked Size

49.8 kB

Total Files

24

Last publish

Collaborators

  • dylanarmstrong