No description
3a96d81980
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
format_specs.md | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
AcrossDownJS
Overview
AcrossDownJS is a parser / conversion library that tackles the AcrossLite crosswords format. Its primary objective is to provide a trim, dependency-free tool to manipulate puz
files both in the browser and via NodeJS; as such, it only uses language features with good browser support. This is also a documentation effort to try and determine what the AcrossLite specification is, since complete information on it is rather hard to find online.
Specification
The specification living-document can be found here.
Contributing
Know a lot about crossword binary formats? Interested in staring longingly at bytes to try and guess what they mean? Open a PR! Any help is welcome on both the library and specification side of things.